#854500

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

Shades of Saddle Brown #854500

Tints of Saddle Brown #854500

Color information

#854500 (or 0x854500) is unknown color: approx Saddle Brown. HEX triplet: 85, 45 and 00. RGB value is (133,69,0). Sum of RGB (Red+Green+Blue) = 133+69+0=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #854500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854500 is #7ABAFF. Grayscale: #505050. Windows color (decimal): -8043264 or 17797. OLE color: 17797.

HSL color Cylindrical-coordinate representation of color #854500: hue angle of 31.13º 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 #854500 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133690-
CMYK00.4810.48
HSL31.13º100%26.08%-
HSV(B)31.13º100%52.16%-
XYZ11.89.241.16-
YUV80.2782.7165.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.84%
G=34.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13369000.4810.4831.1310026.08
Hex8545003064301f641a
Octal2051050060144603714432
Binary10000101100010100110000110010011000011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854500; }

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

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

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

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

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

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

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

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