#853108

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

Shades of Saddle Brown #853108

Tints of Saddle Brown #853108

Color information

#853108 (or 0x853108) is unknown color: approx Saddle Brown. HEX triplet: 85, 31 and 08. RGB value is (133,49,8). Sum of RGB (Red+Green+Blue) = 133+49+8=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #853108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853108 is #7ACEF7. Grayscale: #454545. Windows color (decimal): -8048376 or 536965. OLE color: 536965.

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

Color convert

RGB133498-
CMYK00.630.940.48
HSL19.68º88.65%27.65%-
HSV(B)19.68º93.98%52.16%-
XYZ10.827.21.05-
YUV69.4493.33173.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 8 (3.52% from 255) = 4.21%
R=70%
G=25.79%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13349800.630.940.4819.6888.6527.65
Hex8531803F5E3014591c
Octal2056110077136602413134
Binary1000010111000110000111111101111011000010100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853108; }

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

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

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

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

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

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

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

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