Html Css Color HEX #885A1E Hot Curry

📋 copy color: '#885A1E'

red 136 ◦ green 90 ◦ blue 30

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

Shades of Hot Curry #885A1E

Tints of Hot Curry #885A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 53.13%
G = 35.16%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#885A1E (or 0x885A1E) is known color: Hot Curry. HEX triplet: 88, 5A and 1E. RGB value is (136,90,30). Sum of RGB (Red+Green+Blue) = 136+90+30=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #885A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A1E is #77A5E1. Grayscale: #616161. Windows color (decimal): -7841250 or 1989256. OLE color: 1989256.

HSL color Cylindrical-coordinate representation of color #885A1E: hue angle of 33.96º 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 #885A1E is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 30 -
CMYK 0 0.34 0.78 0.47
HSL 33.96º 0.64% 0.33% -
HSV(B) 33.96º 0.78% 0.53% -
XYZ 14.04 12.64 2.93 -
YUV 96.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 136 90 30 0 0.34 0.78 0.47 33.96 0.64 0.33
Hex 88 5A 1E 0 22 4E 2F 22 40 21
Octal 210 132 36 0 42 116 57 42 100 41
Binary 10001000 1011010 11110 0 100010 1001110 101111 100010 1000000 100001

Color Harmonies of #885A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A1E

Black with #885A1E

Text Example


Text Example

White with #885A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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