#854200

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

Shades of Saddle Brown #854200

Tints of Saddle Brown #854200

Color information

#854200 (or 0x854200) is unknown color: approx Saddle Brown. HEX triplet: 85, 42 and 00. RGB value is (133,66,0). Sum of RGB (Red+Green+Blue) = 133+66+0=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #854200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854200 is #7ABDFF. Grayscale: #4E4E4E. Windows color (decimal): -8044032 or 17029. OLE color: 17029.

HSL color Cylindrical-coordinate representation of color #854200: hue angle of 29.77º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #854200 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133660-
CMYK00.5010.48
HSL29.77º100%26.08%-
HSV(B)29.77º100%52.16%-
XYZ11.628.881.1-
YUV78.5183.7166.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.83%
G=33.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13366000.5010.4829.7710026.08
Hex8542003264301e641a
Octal2051020062144603614432
Binary10000101100001000110010110010011000011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854200; }

 p { color: rgb(133,66,0); }

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

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

 a { background-color: rgb(133,66,0); }

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

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

 span { border-color: rgb(133,66,0); }

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