#875f1e

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

Shades of Hot Curry #875F1E

Tints of Hot Curry #875F1E

Color information

#875F1E (or 0x875F1E) is unknown color: approx Hot Curry. HEX triplet: 87, 5F and 1E. RGB value is (135,95,30). Sum of RGB (Red+Green+Blue) = 135+95+30=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #875F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F1E is #78A0E1. Grayscale: #636363. Windows color (decimal): -7905506 or 1990535. OLE color: 1990535.

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

Color convert

RGB1359530-
CMYK00.300.780.47
HSL37.14º63.64%32.35%-
HSV(B)37.14º77.78%52.94%-
XYZ14.3213.433.07-
YUV99.5588.75153.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=51.92%
G=36.54%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135953000.300.780.4737.1463.6432.35
Hex875F1E01E4E2F254020
Octal20713736036116574510040
Binary1000011110111111111001111010011101011111001011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875f1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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