#875E1D

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

Shades of Hot Curry #875E1D

Tints of Hot Curry #875E1D

Color information

#875E1D (or 0x875E1D) is unknown color: approx Hot Curry. HEX triplet: 87, 5E and 1D. RGB value is (135,94,29). Sum of RGB (Red+Green+Blue) = 135+94+29=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #875E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E1D is #78A1E2. Grayscale: #636363. Windows color (decimal): -7905763 or 1924743. OLE color: 1924743.

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

Color convert

RGB1359429-
CMYK00.300.790.47
HSL36.79º64.63%32.16%-
HSV(B)36.79º78.52%52.94%-
XYZ14.2213.252.97-
YUV98.8588.58153.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=52.33%
G=36.43%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135942900.300.790.4736.7964.6332.16
Hex875E1D01E4F2F254120
Octal20713635036117574510140
Binary1000011110111101110101111010011111011111001011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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