Html Css Color HEX #885E1E Hot Curry

📋 copy color: '#885E1E'

red 136 ◦ green 94 ◦ blue 30

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

Shades of Hot Curry #885E1E

Tints of Hot Curry #885E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 52.31%
G = 36.15%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#885E1E (or 0x885E1E) is known color: Hot Curry. HEX triplet: 88, 5E and 1E. RGB value is (136,94,30). Sum of RGB (Red+Green+Blue) = 136+94+30=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #885E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E1E is #77A1E1. Grayscale: #636363. Windows color (decimal): -7840226 or 1990280. OLE color: 1990280.

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

Color convert

RGB 136 94 30 -
CMYK 0 0.31 0.78 0.47
HSL 36.23º 0.64% 0.33% -
HSV(B) 36.23º 0.78% 0.53% -
XYZ 14.39 13.33 3.04 -
YUV 99.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 136 94 30 0 0.31 0.78 0.47 36.23 0.64 0.33
Hex 88 5E 1E 0 1F 4E 2F 24 40 21
Octal 210 136 36 0 37 116 57 44 100 41
Binary 10001000 1011110 11110 0 11111 1001110 101111 100100 1000000 100001

Color Harmonies of #885E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E1E

Black with #885E1E

Text Example


Text Example

White with #885E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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