#885B1E

Color #885B1E Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #885B1E

Tints of Hot Curry #885B1E

Color information

#885B1E (or 0x885B1E) is unknown color: approx 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

RGB1369130-
CMYK00.330.780.47
HSL34.53º63.86%32.55%-
HSV(B)34.53º77.94%53.33%-
XYZ14.1312.812.96-
YUV97.589.91155.46-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136913000.330.780.4734.5363.8632.55
Hex885B1E0214E2F234021
Octal21013336041116574310041
Binary10001000101101111110010000110011101011111000111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>