#853400

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

Shades of Saddle Brown #853400

Tints of Saddle Brown #853400

Color information

#853400 (or 0x853400) is unknown color: approx Saddle Brown. HEX triplet: 85, 34 and 00. RGB value is (133,52,0). Sum of RGB (Red+Green+Blue) = 133+52+0=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #853400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853400 is #7ACBFF. Grayscale: #464646. Windows color (decimal): -8047616 or 13445. OLE color: 13445.

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

Color convert

RGB133520-
CMYK00.6110.48
HSL23.46º100%26.08%-
HSV(B)23.46º100%52.16%-
XYZ10.97.440.86-
YUV70.2988.34172.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.89%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.89%
G=28.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13352000.6110.4823.4610026.08
Hex8534003D643017641a
Octal205640075144602714432
Binary1000010111010000111101110010011000010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853400; }

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

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

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

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

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

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

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

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