#85310C

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

Shades of Saddle Brown #85310C

Tints of Saddle Brown #85310C

Color information

#85310C (or 0x85310C) is unknown color: approx Saddle Brown. HEX triplet: 85, 31 and 0C. RGB value is (133,49,12). Sum of RGB (Red+Green+Blue) = 133+49+12=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85310C is #7ACEF3. Grayscale: #464646. Windows color (decimal): -8048372 or 799109. OLE color: 799109.

HSL color Cylindrical-coordinate representation of color #85310C: hue angle of 18.35º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85310C is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1334912-
CMYK00.630.910.48
HSL18.35º83.45%28.43%-
HSV(B)18.35º90.98%52.16%-
XYZ10.847.211.17-
YUV69.995.33173.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.56%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=68.56%
G=25.26%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133491200.630.910.4818.3583.4528.43
Hex8531C03F5B3012531c
Octal2056114077133602212334
Binary1000010111000111000111111101101111000010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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