#844A13

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

Shades of Saddle Brown #844A13

Tints of Saddle Brown #844A13

Color information

#844A13 (or 0x844A13) is unknown color: approx Saddle Brown. HEX triplet: 84, 4A and 13. RGB value is (132,74,19). Sum of RGB (Red+Green+Blue) = 132+74+19=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #844A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A13 is #7BB5EC. Grayscale: #555555. Windows color (decimal): -8107501 or 1264260. OLE color: 1264260.

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

Color convert

RGB1327419-
CMYK00.440.860.48
HSL29.2º74.83%29.61%-
HSV(B)29.2º85.61%51.76%-
XYZ12.089.851.88-
YUV85.0790.72161.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=58.67%
G=32.89%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132741900.440.860.4829.274.8329.61
Hex844A1302C56301d4b1e
Octal20411223054126603511336
Binary100001001001010100110101100101011011000011101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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