#875314

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

Shades of Saddle Brown #875314

Tints of Saddle Brown #875314

Color information

#875314 (or 0x875314) is unknown color: approx Saddle Brown. HEX triplet: 87, 53 and 14. RGB value is (135,83,20). Sum of RGB (Red+Green+Blue) = 135+83+20=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875314 is #78ACEB. Grayscale: #5B5B5B. Windows color (decimal): -7908588 or 1332103. OLE color: 1332103.

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

Color convert

RGB1358320-
CMYK00.390.850.47
HSL32.87º74.19%30.39%-
HSV(B)32.87º85.19%52.94%-
XYZ13.2111.392.16-
YUV91.3787.73159.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 20 (8.20% from 255) = 8.40%
R=56.72%
G=34.87%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135832000.390.850.4732.8774.1930.39
Hex875314027552F214a1e
Octal20712324047125574111236
Binary1000011110100111010001001111010101101111100001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875314; }

 p { color: rgb(135,83,20); }

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

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

 a { background-color: rgb(135,83,20); }

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

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

 span { border-color: rgb(135,83,20); }

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