#874113

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

Shades of Saddle Brown #874113

Tints of Saddle Brown #874113

Color information

#874113 (or 0x874113) is unknown color: approx Saddle Brown. HEX triplet: 87, 41 and 13. RGB value is (135,65,19). Sum of RGB (Red+Green+Blue) = 135+65+19=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #874113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874113 is #78BEEC. Grayscale: #505050. Windows color (decimal): -7913197 or 1261959. OLE color: 1261959.

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

Color convert

RGB1356519-
CMYK00.520.860.47
HSL23.79º75.32%30.2%-
HSV(B)23.79º85.93%52.94%-
XYZ128.981.72-
YUV80.6993.19166.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=61.64%
G=29.68%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135651900.520.860.4723.7975.3230.2
Hex874113034562F184b1e
Octal20710123064126573011336
Binary100001111000001100110110100101011010111111000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874113; }

 p { color: rgb(135,65,19); }

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

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

 a { background-color: rgb(135,65,19); }

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

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

 span { border-color: rgb(135,65,19); }

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