#875A26

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

Shades of Hot Curry #875A26

Tints of Hot Curry #875A26

Color information

#875A26 (or 0x875A26) is unknown color: approx Hot Curry. HEX triplet: 87, 5A and 26. RGB value is (135,90,38). Sum of RGB (Red+Green+Blue) = 135+90+38=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #875A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A26 is #78A5D9. Grayscale: #616161. Windows color (decimal): -7906778 or 2513543. OLE color: 2513543.

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

Color convert

RGB1359038-
CMYK00.330.720.47
HSL32.16º56.07%33.92%-
HSV(B)32.16º71.85%52.94%-
XYZ1412.63.53-
YUV97.5394.41154.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 38 (15.23% from 255) = 14.45%
R=51.33%
G=34.22%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135903800.330.720.4732.1656.0733.92
Hex875A26021482F203822
Octal2071324604111057407042
Binary10000111101101010011001000011001000101111100000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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