#844D13

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

Shades of Saddle Brown #844D13

Tints of Saddle Brown #844D13

Color information

#844D13 (or 0x844D13) is unknown color: approx Saddle Brown. HEX triplet: 84, 4D and 13. RGB value is (132,77,19). Sum of RGB (Red+Green+Blue) = 132+77+19=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #844D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D13 is #7BB2EC. Grayscale: #575757. Windows color (decimal): -8106733 or 1265028. OLE color: 1265028.

HSL color Cylindrical-coordinate representation of color #844D13: hue angle of 30.8º 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 #844D13 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1327719-
CMYK00.420.860.48
HSL30.8º74.83%29.61%-
HSV(B)30.8º85.61%51.76%-
XYZ12.2910.261.95-
YUV86.8389.72160.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=57.89%
G=33.77%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132771900.420.860.4830.874.8329.61
Hex844D1302A56301f4b1e
Octal20411523052126603711336
Binary100001001001101100110101010101011011000011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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