#844D12

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

Shades of Saddle Brown #844D12

Tints of Saddle Brown #844D12

Color information

#844D12 (or 0x844D12) is unknown color: approx Saddle Brown. HEX triplet: 84, 4D and 12. RGB value is (132,77,18). Sum of RGB (Red+Green+Blue) = 132+77+18=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #844D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D12 is #7BB2ED. Grayscale: #575757. Windows color (decimal): -8106734 or 1199492. OLE color: 1199492.

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

Color convert

RGB1327718-
CMYK00.420.860.48
HSL31.05º76%29.41%-
HSV(B)31.05º86.36%51.76%-
XYZ12.2810.261.9-
YUV86.7289.22160.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=58.15%
G=33.92%
B=7.93%

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
Decimal132771800.420.860.4831.057629.41
Hex844D1202A56301f4c1d
Octal20411522052126603711435
Binary100001001001101100100101010101011011000011111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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