#885423

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

Shades of Hot Curry #885423

Tints of Hot Curry #885423

Color information

#885423 (or 0x885423) is unknown color: approx Hot Curry. HEX triplet: 88, 54 and 23. RGB value is (136,84,35). Sum of RGB (Red+Green+Blue) = 136+84+35=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #885423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885423 is #77ABDC. Grayscale: #5E5E5E. Windows color (decimal): -7842781 or 2315400. OLE color: 2315400.

HSL color Cylindrical-coordinate representation of color #885423: hue angle of 29.11º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #885423 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1368435-
CMYK00.380.740.47
HSL29.11º59.06%33.53%-
HSV(B)29.11º74.26%53.33%-
XYZ13.6311.73.13-
YUV93.9694.73157.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=53.33%
G=32.94%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136843500.380.740.4729.1159.0633.53
Hex8854230264A2F1d3b22
Octal2101244304611257357342
Binary1000100010101001000110100110100101010111111101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885423; }

 p { color: rgb(136,84,35); }

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

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

 a { background-color: rgb(136,84,35); }

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

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

 span { border-color: rgb(136,84,35); }

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