#875C26

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

Shades of Hot Curry #875C26

Tints of Hot Curry #875C26

Color information

#875C26 (or 0x875C26) is unknown color: approx Hot Curry. HEX triplet: 87, 5C and 26. RGB value is (135,92,38). Sum of RGB (Red+Green+Blue) = 135+92+38=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #875C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C26 is #78A3D9. Grayscale: #626262. Windows color (decimal): -7906266 or 2514055. OLE color: 2514055.

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

Color convert

RGB1359238-
CMYK00.320.720.47
HSL33.4º56.07%33.92%-
HSV(B)33.4º71.85%52.94%-
XYZ14.1712.953.59-
YUV98.793.75153.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=50.94%
G=34.72%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135923800.320.720.4733.456.0733.92
Hex875C26020482F213822
Octal2071344604011057417042
Binary10000111101110010011001000001001000101111100001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,38); }

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

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

 a { background-color: rgb(135,92,38); }

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

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

 span { border-color: rgb(135,92,38); }

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