#875C22

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

Shades of Hot Curry #875C22

Tints of Hot Curry #875C22

Color information

#875C22 (or 0x875C22) is unknown color: approx Hot Curry. HEX triplet: 87, 5C and 22. RGB value is (135,92,34). Sum of RGB (Red+Green+Blue) = 135+92+34=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #875C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C22 is #78A3DD. Grayscale: #626262. Windows color (decimal): -7906270 or 2251911. OLE color: 2251911.

HSL color Cylindrical-coordinate representation of color #875C22: hue angle of 34.46º 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 #875C22 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1359234-
CMYK00.320.750.47
HSL34.46º59.76%33.14%-
HSV(B)34.46º74.81%52.94%-
XYZ14.1112.923.26-
YUV98.2491.75154.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 34 (13.67% from 255) = 13.03%
R=51.72%
G=35.25%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135923400.320.750.4734.4659.7633.14
Hex875C220204B2F223c21
Octal2071344204011357427441
Binary10000111101110010001001000001001011101111100010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875C22; }

 p { color: rgb(135,92,34); }

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

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

 a { background-color: rgb(135,92,34); }

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

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

 span { border-color: rgb(135,92,34); }

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