Html Css Color HEX #836030 Hot Curry

📋 copy color: '#836030'

red 131 ◦ green 96 ◦ blue 48

#836030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #836030

Tints of Hot Curry #836030

RGB

 RED value IS 131 (51.56% from 255) = 47.64%

 GREEN value IS 96 (37.89% from 255) = 34.91%

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 47.64%
G = 34.91%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#836030 (or 0x836030) is known color: Hot Curry. HEX triplet: 83, 60 and 30. RGB value is (131,96,48). Sum of RGB (Red+Green+Blue) = 131+96+48=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #836030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836030 is #7C9FCF. Grayscale: #656565. Windows color (decimal): -8167376 or 3170435. OLE color: 3170435.

HSL color Cylindrical-coordinate representation of color #836030: hue angle of 34.7º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #836030 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 48 -
CMYK 0 0.27 0.63 0.49
HSL 34.7º 0.46% 0.35% -
HSV(B) 34.7º 0.63% 0.51% -
XYZ 14.08 13.4 4.64 -
YUV 100.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 131 96 48 0 0.27 0.63 0.49 34.7 0.46 0.35
Hex 83 60 30 0 1B 3F 31 23 2E 23
Octal 203 140 60 0 33 77 61 43 56 43
Binary 10000011 1100000 110000 0 11011 111111 110001 100011 101110 100011

Color Harmonies of #836030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836030

Black with #836030

Text Example


Text Example

White with #836030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836030; }

 p { color: rgb(131,96,48); }

 H1.HeaderClassName
 {
   color: #836030;
 }
 .AnyTagClassName
 {
   color: #836030;
 }
</style>

background-color css

<style>
 a { background-color: #836030; }

 a { background-color: rgb(131,96,48); }

 div.DivClassName
 {
   background-color: #836030;
 }
 .BgClassName
 {
   background-color: #836030;
 }
</style>

border-color css

<style>
 span { border-color: #836030; }

 span { border-color: rgb(131,96,48); }

 td.TdClassName
 {
   border-color: #836030;
 }
 .TagClassName
 {
   border-color: #836030;
 }
</style>