#844106

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

Shades of Saddle Brown #844106

Tints of Saddle Brown #844106

Color information

#844106 (or 0x844106) is unknown color: approx Saddle Brown. HEX triplet: 84, 41 and 06. RGB value is (132,65,6). Sum of RGB (Red+Green+Blue) = 132+65+6=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #844106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844106 is #7BBEF9. Grayscale: #4E4E4E. Windows color (decimal): -8109818 or 409988. OLE color: 409988.

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

Color convert

RGB132656-
CMYK00.510.950.48
HSL28.1º91.3%27.06%-
HSV(B)28.1º95.45%51.76%-
XYZ11.448.71.25-
YUV78.3187.2166.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.02%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=65.02%
G=32.02%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13265600.510.950.4828.191.327.06
Hex844160335F301c5b1b
Octal2041016063137603413333
Binary1000010010000011100110011101111111000011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844106; }

 p { color: rgb(132,65,6); }

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

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

 a { background-color: rgb(132,65,6); }

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

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

 span { border-color: rgb(132,65,6); }

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