#875419

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

Shades of Hot Curry #875419

Tints of Hot Curry #875419

Color information

#875419 (or 0x875419) is unknown color: approx Hot Curry. HEX triplet: 87, 54 and 19. RGB value is (135,84,25). Sum of RGB (Red+Green+Blue) = 135+84+25=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #875419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875419 is #78ABE6. Grayscale: #5C5C5C. Windows color (decimal): -7908327 or 1660039. OLE color: 1660039.

HSL color Cylindrical-coordinate representation of color #875419: hue angle of 32.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #875419 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1358425-
CMYK00.380.810.47
HSL32.18º68.75%31.37%-
HSV(B)32.18º81.48%52.94%-
XYZ13.3411.562.45-
YUV92.5289.9158.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 25 (10.16% from 255) = 10.25%
R=55.33%
G=34.43%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135842500.380.810.4732.1868.7531.37
Hex875419026512F20451f
Octal20712431046121574010537
Binary1000011110101001100101001101010001101111100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875419; }

 p { color: rgb(135,84,25); }

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

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

 a { background-color: rgb(135,84,25); }

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

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

 span { border-color: rgb(135,84,25); }

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