#854B13

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

Shades of Saddle Brown #854B13

Tints of Saddle Brown #854B13

Color information

#854B13 (or 0x854B13) is unknown color: approx Saddle Brown. HEX triplet: 85, 4B and 13. RGB value is (133,75,19). Sum of RGB (Red+Green+Blue) = 133+75+19=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #854B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854B13 is #7AB4EC. Grayscale: #565656. Windows color (decimal): -8041709 or 1264517. OLE color: 1264517.

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

Color convert

RGB1337519-
CMYK00.440.860.48
HSL29.47º75%29.8%-
HSV(B)29.47º85.71%52.16%-
XYZ12.3110.071.91-
YUV85.9690.22161.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=58.59%
G=33.04%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133751900.440.860.4829.477529.8
Hex854B1302C56301d4b1e
Octal20511323054126603511336
Binary100001011001011100110101100101011011000011101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854B13; }

 p { color: rgb(133,75,19); }

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

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

 a { background-color: rgb(133,75,19); }

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

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

 span { border-color: rgb(133,75,19); }

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