#854203

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

Shades of Saddle Brown #854203

Tints of Saddle Brown #854203

Color information

#854203 (or 0x854203) is unknown color: approx Saddle Brown. HEX triplet: 85, 42 and 03. RGB value is (133,66,3). Sum of RGB (Red+Green+Blue) = 133+66+3=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #854203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854203 is #7ABDFC. Grayscale: #4F4F4F. Windows color (decimal): -8044029 or 213637. OLE color: 213637.

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

Color convert

RGB133663-
CMYK00.500.980.48
HSL29.08º95.59%26.67%-
HSV(B)29.08º97.74%52.16%-
XYZ11.648.891.19-
YUV78.8585.2166.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=65.84%
G=32.67%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13366300.500.980.4829.0895.5926.67
Hex8542303262301d601b
Octal2051023062142603514033
Binary100001011000010110110010110001011000011101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854203; }

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

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

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

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

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

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

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

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