Html Css Color HEX #836027 Hot Curry

📋 copy color: '#836027'

red 131 ◦ green 96 ◦ blue 39

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

Shades of Hot Curry #836027

Tints of Hot Curry #836027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.66%

R = 49.25%
G = 36.09%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#836027 (or 0x836027) is known color: Hot Curry. HEX triplet: 83, 60 and 27. RGB value is (131,96,39). Sum of RGB (Red+Green+Blue) = 131+96+39=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #836027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836027 is #7C9FD8. Grayscale: #646464. Windows color (decimal): -8167385 or 2580611. OLE color: 2580611.

HSL color Cylindrical-coordinate representation of color #836027: hue angle of 37.17º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #836027 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 39 -
CMYK 0 0.27 0.70 0.49
HSL 37.17º 0.54% 0.33% -
HSV(B) 37.17º 0.7% 0.51% -
XYZ 13.91 13.34 3.76 -
YUV 99.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 131 96 39 0 0.27 0.70 0.49 37.17 0.54 0.33
Hex 83 60 27 0 1B 46 31 25 36 21
Octal 203 140 47 0 33 106 61 45 66 41
Binary 10000011 1100000 100111 0 11011 1000110 110001 100101 110110 100001

Color Harmonies of #836027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836027

Black with #836027

Text Example


Text Example

White with #836027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836027; }

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

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

background-color css

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

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

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

border-color css

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

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

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