#853101

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

Shades of Saddle Brown #853101

Tints of Saddle Brown #853101

Color information

#853101 (or 0x853101) is unknown color: approx Saddle Brown. HEX triplet: 85, 31 and 01. RGB value is (133,49,1). Sum of RGB (Red+Green+Blue) = 133+49+1=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #853101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853101 is #7ACEFE. Grayscale: #444444. Windows color (decimal): -8048383 or 78213. OLE color: 78213.

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

Color convert

RGB133491-
CMYK00.630.990.48
HSL21.82º98.51%26.27%-
HSV(B)21.82º99.25%52.16%-
XYZ10.787.190.85-
YUV68.6489.83173.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=72.68%
G=26.78%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13349100.630.990.4821.8298.5126.27
Hex8531103F633016631a
Octal205611077143602614332
Binary1000010111000110111111110001111000010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853101; }

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

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

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

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

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

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

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

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