#844E10

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

Shades of Saddle Brown #844E10

Tints of Saddle Brown #844E10

Color information

#844E10 (or 0x844E10) is unknown color: approx Saddle Brown. HEX triplet: 84, 4E and 10. RGB value is (132,78,16). Sum of RGB (Red+Green+Blue) = 132+78+16=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #844E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844E10 is #7BB1EF. Grayscale: #575757. Windows color (decimal): -8106480 or 1068676. OLE color: 1068676.

HSL color Cylindrical-coordinate representation of color #844E10: hue angle of 32.07º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #844E10 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB1327816-
CMYK00.410.880.48
HSL32.07º78.38%29.02%-
HSV(B)32.07º87.88%51.76%-
XYZ12.3310.391.85-
YUV87.0887.89160.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=58.41%
G=34.51%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132781600.410.880.4832.0778.3829.02
Hex844E100295830204e1d
Octal20411620051130604011635
Binary1000010010011101000001010011011000110000100000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E10; }

 p { color: rgb(132,78,16); }

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

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

 a { background-color: rgb(132,78,16); }

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

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

 span { border-color: rgb(132,78,16); }

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