#854000

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

Shades of Saddle Brown #854000

Tints of Saddle Brown #854000

Color information

#854000 (or 0x854000) is unknown color: approx Saddle Brown. HEX triplet: 85, 40 and 00. RGB value is (133,64,0). Sum of RGB (Red+Green+Blue) = 133+64+0=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #854000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854000 is #7ABFFF. Grayscale: #4D4D4D. Windows color (decimal): -8044544 or 16517. OLE color: 16517.

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

Color convert

RGB133640-
CMYK00.5210.48
HSL28.87º100%26.08%-
HSV(B)28.87º100%52.16%-
XYZ11.518.651.06-
YUV77.3384.36167.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.51%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.51%
G=32.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13364000.5210.4828.8710026.08
Hex8540003464301d641a
Octal2051000064144603514432
Binary10000101100000000110100110010011000011101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854000; }

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

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

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

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

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

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

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

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