#885626

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

Shades of Hot Curry #885626

Tints of Hot Curry #885626

Color information

#885626 (or 0x885626) is unknown color: approx Hot Curry. HEX triplet: 88, 56 and 26. RGB value is (136,86,38). Sum of RGB (Red+Green+Blue) = 136+86+38=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #885626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885626 is #77A9D9. Grayscale: #5F5F5F. Windows color (decimal): -7842266 or 2512520. OLE color: 2512520.

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

Color convert

RGB1368638-
CMYK00.370.720.47
HSL29.39º56.32%34.12%-
HSV(B)29.39º72.06%53.33%-
XYZ13.8312.033.43-
YUV95.4895.56156.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 38 (15.23% from 255) = 14.62%
R=52.31%
G=33.08%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136863800.370.720.4729.3956.3234.12
Hex885626025482F1d3822
Octal2101264604511057357042
Binary1000100010101101001100100101100100010111111101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885626; }

 p { color: rgb(136,86,38); }

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

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

 a { background-color: rgb(136,86,38); }

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

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

 span { border-color: rgb(136,86,38); }

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