#875D26

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

Shades of Hot Curry #875D26

Tints of Hot Curry #875D26

Color information

#875D26 (or 0x875D26) is unknown color: approx Hot Curry. HEX triplet: 87, 5D and 26. RGB value is (135,93,38). Sum of RGB (Red+Green+Blue) = 135+93+38=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #875D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D26 is #78A2D9. Grayscale: #636363. Windows color (decimal): -7906010 or 2514311. OLE color: 2514311.

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

Color convert

RGB1359338-
CMYK00.310.720.47
HSL34.02º56.07%33.92%-
HSV(B)34.02º71.85%52.94%-
XYZ14.2613.123.61-
YUV99.2993.41153.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=50.75%
G=34.96%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135933800.310.720.4734.0256.0733.92
Hex875D2601F482F223822
Octal2071354603711057427042
Binary1000011110111011001100111111001000101111100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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