#875E21

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

Shades of Hot Curry #875E21

Tints of Hot Curry #875E21

Color information

#875E21 (or 0x875E21) is unknown color: approx Hot Curry. HEX triplet: 87, 5E and 21. RGB value is (135,94,33). Sum of RGB (Red+Green+Blue) = 135+94+33=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #875E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E21 is #78A1DE. Grayscale: #636363. Windows color (decimal): -7905759 or 2186887. OLE color: 2186887.

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

Color convert

RGB1359433-
CMYK00.300.760.47
HSL35.88º60.71%32.94%-
HSV(B)35.88º75.56%52.94%-
XYZ14.2713.273.25-
YUV99.390.58153.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=51.53%
G=35.88%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135943300.300.760.4735.8860.7132.94
Hex875E2101E4C2F243d21
Octal2071364103611457447541
Binary1000011110111101000010111101001100101111100100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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