#854701

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

Shades of Saddle Brown #854701

Tints of Saddle Brown #854701

Color information

#854701 (or 0x854701) is unknown color: approx Saddle Brown. HEX triplet: 85, 47 and 01. RGB value is (133,71,1). Sum of RGB (Red+Green+Blue) = 133+71+1=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #854701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854701 is #7AB8FE. Grayscale: #515151. Windows color (decimal): -8042751 or 83845. OLE color: 83845.

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

Color convert

RGB133711-
CMYK00.470.990.48
HSL31.82º98.51%26.27%-
HSV(B)31.82º99.25%52.16%-
XYZ11.939.51.23-
YUV81.5682.54164.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=64.88%
G=34.63%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13371100.470.990.4831.8298.5126.27
Hex8547102F633020631a
Octal2051071057143604014332
Binary100001011000111101011111100011110000100000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854701; }

 p { color: rgb(133,71,1); }

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

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

 a { background-color: rgb(133,71,1); }

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

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

 span { border-color: rgb(133,71,1); }

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