#875012

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

Shades of Saddle Brown #875012

Tints of Saddle Brown #875012

Color information

#875012 (or 0x875012) is unknown color: approx Saddle Brown. HEX triplet: 87, 50 and 12. RGB value is (135,80,18). Sum of RGB (Red+Green+Blue) = 135+80+18=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #875012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875012 is #78AFED. Grayscale: #595959. Windows color (decimal): -7909358 or 1200263. OLE color: 1200263.

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

Color convert

RGB1358018-
CMYK00.410.870.47
HSL31.79º76.47%30%-
HSV(B)31.79º86.67%52.94%-
XYZ12.9710.932-
YUV89.3887.72160.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=57.94%
G=34.33%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135801800.410.870.4731.7976.4730
Hex875012029572F204c1e
Octal20712022051127574011436
Binary1000011110100001001001010011010111101111100000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875012; }

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

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

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

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

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

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

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

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