#875F21

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

Shades of Hot Curry #875F21

Tints of Hot Curry #875F21

Color information

#875F21 (or 0x875F21) is unknown color: approx Hot Curry. HEX triplet: 87, 5F and 21. RGB value is (135,95,33). Sum of RGB (Red+Green+Blue) = 135+95+33=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #875F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F21 is #78A0DE. Grayscale: #646464. Windows color (decimal): -7905503 or 2187143. OLE color: 2187143.

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

Color convert

RGB1359533-
CMYK00.300.760.47
HSL36.47º60.71%32.94%-
HSV(B)36.47º75.56%52.94%-
XYZ14.3613.453.28-
YUV99.8990.25153.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=51.33%
G=36.12%
B=12.55%

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
Decimal135953300.300.760.4736.4760.7132.94
Hex875F2101E4C2F243d21
Octal2071374103611457447541
Binary1000011110111111000010111101001100101111100100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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