#885822

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

Shades of Hot Curry #885822

Tints of Hot Curry #885822

Color information

#885822 (or 0x885822) is unknown color: approx Hot Curry. HEX triplet: 88, 58 and 22. RGB value is (136,88,34). Sum of RGB (Red+Green+Blue) = 136+88+34=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #885822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885822 is #77A7DD. Grayscale: #606060. Windows color (decimal): -7841758 or 2250888. OLE color: 2250888.

HSL color Cylindrical-coordinate representation of color #885822: hue angle of 31.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #885822 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1368834-
CMYK00.350.750.47
HSL31.76º60%33.33%-
HSV(B)31.76º75%53.33%-
XYZ13.9312.333.16-
YUV96.292.9156.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 34 (13.67% from 255) = 13.18%
R=52.71%
G=34.11%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136883400.350.750.4731.766033.33
Hex8858220234B2F203c21
Octal2101304204311357407441
Binary10001000101100010001001000111001011101111100000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885822; }

 p { color: rgb(136,88,34); }

 H1.HeaderClassName
 {
   color: #885822;
 }
 .AnyTagClassName
 {
   color: #885822;
 }
</style>
background-color css

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

 a { background-color: rgb(136,88,34); }

 div.DivClassName
 {
   background-color: #885822;
 }
 .BgClassName
 {
   background-color: #885822;
 }
</style>
border-color css

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

 span { border-color: rgb(136,88,34); }

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