#874810

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

Shades of Saddle Brown #874810

Tints of Saddle Brown #874810

Color information

#874810 (or 0x874810) is unknown color: approx Saddle Brown. HEX triplet: 87, 48 and 10. RGB value is (135,72,16). Sum of RGB (Red+Green+Blue) = 135+72+16=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #874810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874810 is #78B7EF. Grayscale: #545454. Windows color (decimal): -7911408 or 1067143. OLE color: 1067143.

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

Color convert

RGB1357216-
CMYK00.470.880.47
HSL28.24º78.81%29.61%-
HSV(B)28.24º88.15%52.94%-
XYZ12.49.821.73-
YUV84.4589.37164.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.54%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=60.54%
G=32.29%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135721600.470.880.4728.2478.8129.61
Hex87481002F582F1c4f1e
Octal20711020057130573411736
Binary100001111001000100000101111101100010111111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874810; }

 p { color: rgb(135,72,16); }

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

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

 a { background-color: rgb(135,72,16); }

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

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

 span { border-color: rgb(135,72,16); }

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