#85320D

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

Shades of Saddle Brown #85320D

Tints of Saddle Brown #85320D

Color information

#85320D (or 0x85320D) is unknown color: approx Saddle Brown. HEX triplet: 85, 32 and 0D. RGB value is (133,50,13). Sum of RGB (Red+Green+Blue) = 133+50+13=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85320D is #7ACDF2. Grayscale: #464646. Windows color (decimal): -8048115 or 864901. OLE color: 864901.

HSL color Cylindrical-coordinate representation of color #85320D: hue angle of 18.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85320D is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1335013-
CMYK00.620.900.48
HSL18.5º82.19%28.63%-
HSV(B)18.5º90.23%52.16%-
XYZ10.897.31.22-
YUV70.695.5172.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.86%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=67.86%
G=25.51%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133501300.620.900.4818.582.1928.63
Hex8532D03E5A3012521d
Octal2056215076132602212235
Binary1000010111001011010111110101101011000010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85320D; }

 p { color: rgb(133,50,13); }

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

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

 a { background-color: rgb(133,50,13); }

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

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

 span { border-color: rgb(133,50,13); }

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