#875F1A

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

Shades of Hot Curry #875F1A

Tints of Hot Curry #875F1A

Color information

#875F1A (or 0x875F1A) is unknown color: approx Hot Curry. HEX triplet: 87, 5F and 1A. RGB value is (135,95,26). Sum of RGB (Red+Green+Blue) = 135+95+26=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #875F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F1A is #78A0E5. Grayscale: #636363. Windows color (decimal): -7905510 or 1728391. OLE color: 1728391.

HSL color Cylindrical-coordinate representation of color #875F1A: hue angle of 37.98º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #875F1A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1359526-
CMYK00.300.810.47
HSL37.98º67.7%31.57%-
HSV(B)37.98º80.74%52.94%-
XYZ14.2713.412.81-
YUV99.0986.75153.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=52.73%
G=37.11%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135952600.300.810.4737.9867.731.57
Hex875F1A01E512F264420
Octal20713732036121574610440
Binary1000011110111111101001111010100011011111001101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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