#853914

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

Shades of Saddle Brown #853914

Tints of Saddle Brown #853914

Color information

#853914 (or 0x853914) is unknown color: approx Saddle Brown. HEX triplet: 85, 39 and 14. RGB value is (133,57,20). Sum of RGB (Red+Green+Blue) = 133+57+20=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #853914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853914 is #7AC6EB. Grayscale: #4B4B4B. Windows color (decimal): -8046316 or 1325445. OLE color: 1325445.

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

Color convert

RGB1335720-
CMYK00.570.850.48
HSL19.65º73.86%30%-
HSV(B)19.65º84.96%52.16%-
XYZ11.267.961.61-
YUV75.5196.68169.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=63.33%
G=27.14%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133572000.570.850.4819.6573.8630
Hex8539140395530144a1e
Octal2057124071125602411236
Binary10000101111001101000111001101010111000010100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853914; }

 p { color: rgb(133,57,20); }

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

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

 a { background-color: rgb(133,57,20); }

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

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

 span { border-color: rgb(133,57,20); }

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