#844A0C

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

Shades of Saddle Brown #844A0C

Tints of Saddle Brown #844A0C

Color information

#844A0C (or 0x844A0C) is unknown color: approx Saddle Brown. HEX triplet: 84, 4A and 0C. RGB value is (132,74,12). Sum of RGB (Red+Green+Blue) = 132+74+12=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #844A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A0C is #7BB5F3. Grayscale: #545454. Windows color (decimal): -8107508 or 805508. OLE color: 805508.

HSL color Cylindrical-coordinate representation of color #844A0C: hue angle of 31º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #844A0C is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1327412-
CMYK00.440.910.48
HSL31º83.33%28.24%-
HSV(B)31º90.91%51.76%-
XYZ12.039.831.61-
YUV84.2787.22162.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=60.55%
G=33.94%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132741200.440.910.483183.3328.24
Hex844AC02C5B301f531c
Octal20411214054133603712334
Binary10000100100101011000101100101101111000011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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