#544C0C

Color #544C0C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #544C0C

Tints of Bronze Olive #544C0C

Color information

#544C0C (or 0x544C0C) is unknown color: approx Bronze Olive. HEX triplet: 54, 4C and 0C. RGB value is (84,76,12). Sum of RGB (Red+Green+Blue) = 84+76+12=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C0C is #ABB3F3. Grayscale: #474747. Windows color (decimal): -11252724 or 805972. OLE color: 805972.

HSL color Cylindrical-coordinate representation of color #544C0C: hue angle of 53.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #544C0C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB847612-
CMYK00.100.860.67
HSL53.33º75%18.82%-
HSV(B)53.33º85.71%32.94%-
XYZ6.317.081.38-
YUV71.194.65137.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 76 (30.08% from 255) = 44.19%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=48.84%
G=44.19%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84761200.100.860.6753.337518.82
Hex544CC0A5643354b13
Octal124114140121261036511323
Binary1010100100110011000101010101101000011110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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