#844E13

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

Shades of Saddle Brown #844E13

Tints of Saddle Brown #844E13

Color information

#844E13 (or 0x844E13) is unknown color: approx Saddle Brown. HEX triplet: 84, 4E and 13. RGB value is (132,78,19). Sum of RGB (Red+Green+Blue) = 132+78+19=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #844E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844E13 is #7BB1EC. Grayscale: #575757. Windows color (decimal): -8106477 or 1265284. OLE color: 1265284.

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

Color convert

RGB1327819-
CMYK00.410.860.48
HSL31.33º74.83%29.61%-
HSV(B)31.33º85.61%51.76%-
XYZ12.3610.41.97-
YUV87.4289.39159.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=57.64%
G=34.06%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132781900.410.860.4831.3374.8329.61
Hex844E1302956301f4b1e
Octal20411623051126603711336
Binary100001001001110100110101001101011011000011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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