Html Css Color HEX #885B1E Hot Curry

📋 copy color: '#885B1E'

red 136 ◦ green 91 ◦ blue 30

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

Shades of Hot Curry #885B1E

Tints of Hot Curry #885B1E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

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

R = 52.92%
G = 35.41%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#885B1E (or 0x885B1E) is known color: Hot Curry. HEX triplet: 88, 5B and 1E. RGB value is (136,91,30). Sum of RGB (Red+Green+Blue) = 136+91+30=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #885B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B1E is #77A4E1. Grayscale: #616161. Windows color (decimal): -7840994 or 1989512. OLE color: 1989512.

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

Color convert

RGB 136 91 30 -
CMYK 0 0.33 0.78 0.47
HSL 34.53º 0.64% 0.33% -
HSV(B) 34.53º 0.78% 0.53% -
XYZ 14.13 12.81 2.96 -
YUV 97.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 136 91 30 0 0.33 0.78 0.47 34.53 0.64 0.33
Hex 88 5B 1E 0 21 4E 2F 23 40 21
Octal 210 133 36 0 41 116 57 43 100 41
Binary 10001000 1011011 11110 0 100001 1001110 101111 100011 1000000 100001

Color Harmonies of #885B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B1E

Black with #885B1E

Text Example


Text Example

White with #885B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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