#854403

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

Shades of Saddle Brown #854403

Tints of Saddle Brown #854403

Color information

#854403 (or 0x854403) is unknown color: approx Saddle Brown. HEX triplet: 85, 44 and 03. RGB value is (133,68,3). Sum of RGB (Red+Green+Blue) = 133+68+3=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #854403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854403 is #7ABBFC. Grayscale: #505050. Windows color (decimal): -8043517 or 214149. OLE color: 214149.

HSL color Cylindrical-coordinate representation of color #854403: hue angle of 30º 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 #854403 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB133683-
CMYK00.490.980.48
HSL30º95.59%26.67%-
HSV(B)30º97.74%52.16%-
XYZ11.769.131.23-
YUV80.0284.53165.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=65.20%
G=33.33%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13368300.490.980.483095.5926.67
Hex8544303162301e601b
Octal2051043061142603614033
Binary100001011000100110110001110001011000011110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854403; }

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

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

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

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

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

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

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

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