#844C0C

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

Shades of Saddle Brown #844C0C

Tints of Saddle Brown #844C0C

Color information

#844C0C (or 0x844C0C) is unknown color: approx Saddle Brown. HEX triplet: 84, 4C and 0C. RGB value is (132,76,12). Sum of RGB (Red+Green+Blue) = 132+76+12=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #844C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844C0C is #7BB3F3. Grayscale: #555555. Windows color (decimal): -8106996 or 806020. OLE color: 806020.

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

Color convert

RGB1327612-
CMYK00.420.910.48
HSL32º83.33%28.24%-
HSV(B)32º90.91%51.76%-
XYZ12.1710.11.66-
YUV85.4586.55161.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=60%
G=34.55%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132761200.420.910.483283.3328.24
Hex844CC02A5B3020531c
Octal20411414052133604012334
Binary100001001001100110001010101011011110000100000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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