#875526

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

Shades of Hot Curry #875526

Tints of Hot Curry #875526

Color information

#875526 (or 0x875526) is unknown color: approx Hot Curry. HEX triplet: 87, 55 and 26. RGB value is (135,85,38). Sum of RGB (Red+Green+Blue) = 135+85+38=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #875526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875526 is #78AAD9. Grayscale: #5E5E5E. Windows color (decimal): -7908058 or 2512263. OLE color: 2512263.

HSL color Cylindrical-coordinate representation of color #875526: hue angle of 29.07º 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 #875526 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1358538-
CMYK00.370.720.47
HSL29.07º56.07%33.92%-
HSV(B)29.07º71.85%52.94%-
XYZ13.5911.793.39-
YUV94.5996.06156.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=52.33%
G=32.95%
B=14.73%

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
Decimal135853800.370.720.4729.0756.0733.92
Hex875526025482F1d3822
Octal2071254604511057357042
Binary1000011110101011001100100101100100010111111101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875526; }

 p { color: rgb(135,85,38); }

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

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

 a { background-color: rgb(135,85,38); }

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

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

 span { border-color: rgb(135,85,38); }

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