#85310D

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

Shades of Saddle Brown #85310D

Tints of Saddle Brown #85310D

Color information

#85310D (or 0x85310D) is unknown color: approx Saddle Brown. HEX triplet: 85, 31 and 0D. RGB value is (133,49,13). Sum of RGB (Red+Green+Blue) = 133+49+13=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85310D is #7ACEF2. Grayscale: #464646. Windows color (decimal): -8048371 or 864645. OLE color: 864645.

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

Color convert

RGB1334913-
CMYK00.630.900.48
HSL18º82.19%28.63%-
HSV(B)18º90.23%52.16%-
XYZ10.847.211.2-
YUV70.0195.83172.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.21%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=68.21%
G=25.13%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133491300.630.900.481882.1928.63
Hex8531D03F5A3012521d
Octal2056115077132602212235
Binary1000010111000111010111111101101011000010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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