#875521

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

Shades of Hot Curry #875521

Tints of Hot Curry #875521

Color information

#875521 (or 0x875521) is unknown color: approx Hot Curry. HEX triplet: 87, 55 and 21. RGB value is (135,85,33). Sum of RGB (Red+Green+Blue) = 135+85+33=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #875521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875521 is #78AADE. Grayscale: #5E5E5E. Windows color (decimal): -7908063 or 2184583. OLE color: 2184583.

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

Color convert

RGB1358533-
CMYK00.370.760.47
HSL30.59º60.71%32.94%-
HSV(B)30.59º75.56%52.94%-
XYZ13.5111.763-
YUV94.0293.56157.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=53.36%
G=33.60%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135853300.370.760.4730.5960.7132.94
Hex8755210254C2F1f3d21
Octal2071254104511457377541
Binary1000011110101011000010100101100110010111111111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875521; }

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

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

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

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

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

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

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

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