#853A0E

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

Shades of Saddle Brown #853A0E

Tints of Saddle Brown #853A0E

Color information

#853A0E (or 0x853A0E) is unknown color: approx Saddle Brown. HEX triplet: 85, 3A and 0E. RGB value is (133,58,14). Sum of RGB (Red+Green+Blue) = 133+58+14=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #853A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853A0E is #7AC5F1. Grayscale: #4B4B4B. Windows color (decimal): -8046066 or 932485. OLE color: 932485.

HSL color Cylindrical-coordinate representation of color #853A0E: hue angle of 22.18º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #853A0E is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1335814-
CMYK00.560.890.48
HSL22.18º80.95%28.82%-
HSV(B)22.18º89.47%52.16%-
XYZ11.278.041.37-
YUV75.4193.35169.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=64.88%
G=28.29%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133581400.560.890.4822.1880.9528.82
Hex853AE038593016511d
Octal2057216070131602612135
Binary1000010111101011100111000101100111000010110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A0E; }

 p { color: rgb(133,58,14); }

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

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

 a { background-color: rgb(133,58,14); }

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

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

 span { border-color: rgb(133,58,14); }

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