Html Css Color HEX #885E1F Hot Curry

📋 copy color: '#885E1F'

red 136 ◦ green 94 ◦ blue 31

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

Shades of Hot Curry #885E1F

Tints of Hot Curry #885E1F

RGB

 RED value IS 136 (53.52% from 255) = 52.11%

 GREEN value IS 94 (37.11% from 255) = 36.02%

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 52.11%
G = 36.02%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#885E1F (or 0x885E1F) is known color: Hot Curry. HEX triplet: 88, 5E and 1F. RGB value is (136,94,31). Sum of RGB (Red+Green+Blue) = 136+94+31=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #885E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E1F is #77A1E0. Grayscale: #636363. Windows color (decimal): -7840225 or 2055816. OLE color: 2055816.

HSL color Cylindrical-coordinate representation of color #885E1F: hue angle of 36º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #885E1F is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 31 -
CMYK 0 0.31 0.77 0.47
HSL 36º 0.63% 0.33% -
HSV(B) 36º 0.77% 0.53% -
XYZ 14.4 13.34 3.11 -
YUV 99.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 136 94 31 0 0.31 0.77 0.47 36 0.63 0.33
Hex 88 5E 1F 0 1F 4D 2F 24 3F 21
Octal 210 136 37 0 37 115 57 44 77 41
Binary 10001000 1011110 11111 0 11111 1001101 101111 100100 111111 100001

Color Harmonies of #885E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E1F

Black with #885E1F

Text Example


Text Example

White with #885E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E1F; }

 p { color: rgb(136,94,31); }

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

background-color css

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

 a { background-color: rgb(136,94,31); }

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

border-color css

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

 span { border-color: rgb(136,94,31); }

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