#875A1C

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

Shades of Hot Curry #875A1C

Tints of Hot Curry #875A1C

Color information

#875A1C (or 0x875A1C) is unknown color: approx Hot Curry. HEX triplet: 87, 5A and 1C. RGB value is (135,90,28). Sum of RGB (Red+Green+Blue) = 135+90+28=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #875A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A1C is #78A5E3. Grayscale: #606060. Windows color (decimal): -7906788 or 1858183. OLE color: 1858183.

HSL color Cylindrical-coordinate representation of color #875A1C: hue angle of 34.77º degrees, saturation: 0.66, 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 #875A1C is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1359028-
CMYK00.330.790.47
HSL34.77º65.64%31.96%-
HSV(B)34.77º79.26%52.94%-
XYZ13.8612.552.79-
YUV96.3989.41155.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=53.36%
G=35.57%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135902800.330.790.4734.7765.6431.96
Hex875A1C0214F2F234220
Octal20713234041117574310240
Binary10000111101101011100010000110011111011111000111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,28); }

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

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

 a { background-color: rgb(135,90,28); }

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

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

 span { border-color: rgb(135,90,28); }

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