#853803

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

Shades of Saddle Brown #853803

Tints of Saddle Brown #853803

Color information

#853803 (or 0x853803) is unknown color: approx Saddle Brown. HEX triplet: 85, 38 and 03. RGB value is (133,56,3). Sum of RGB (Red+Green+Blue) = 133+56+3=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #853803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853803 is #7AC7FC. Grayscale: #494949. Windows color (decimal): -8046589 or 211077. OLE color: 211077.

HSL color Cylindrical-coordinate representation of color #853803: hue angle of 24.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #853803 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB133563-
CMYK00.580.980.48
HSL24.46º95.59%26.67%-
HSV(B)24.46º97.74%52.16%-
XYZ11.17.821.01-
YUV72.9888.51170.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.27%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 3 (1.56% from 255) = 1.56%
R=69.27%
G=29.17%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13356300.580.980.4824.4695.5926.67
Hex8538303A623018601b
Octal205703072142603014033
Binary10000101111000110111010110001011000011000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853803; }

 p { color: rgb(133,56,3); }

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

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

 a { background-color: rgb(133,56,3); }

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

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

 span { border-color: rgb(133,56,3); }

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