#875003

Color #875003 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #875003

Tints of Saddle Brown #875003

Color information

#875003 (or 0x875003) is unknown color: approx Saddle Brown. HEX triplet: 87, 50 and 03. RGB value is (135,80,3). Sum of RGB (Red+Green+Blue) = 135+80+3=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #875003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875003 is #78AFFC. Grayscale: #585858. Windows color (decimal): -7909373 or 217223. OLE color: 217223.

HSL color Cylindrical-coordinate representation of color #875003: hue angle of 35º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #875003 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB135803-
CMYK00.410.980.47
HSL35º95.65%27.06%-
HSV(B)35º97.78%52.94%-
XYZ12.8810.891.51-
YUV87.6780.22161.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=61.93%
G=36.70%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13580300.410.980.473595.6527.06
Hex87503029622F23601b
Octal2071203051142574314033
Binary1000011110100001101010011100010101111100011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875003; }

 p { color: rgb(135,80,3); }

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

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

 a { background-color: rgb(135,80,3); }

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

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

 span { border-color: rgb(135,80,3); }

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