#544C0A

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

Shades of Bronze Olive #544C0A

Tints of Bronze Olive #544C0A

Color information

#544C0A (or 0x544C0A) is unknown color: approx Bronze Olive. HEX triplet: 54, 4C and 0A. RGB value is (84,76,10). Sum of RGB (Red+Green+Blue) = 84+76+10=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #544C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C0A is #ABB3F5. Grayscale: #474747. Windows color (decimal): -11252726 or 674900. OLE color: 674900.

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

Color convert

RGB847610-
CMYK00.100.880.67
HSL53.51º78.72%18.43%-
HSV(B)53.51º88.1%32.94%-
XYZ6.37.081.32-
YUV70.8793.65137.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 76 (30.08% from 255) = 44.71%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=49.41%
G=44.71%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84761000.100.880.6753.5178.7218.43
Hex544CA0A5843364f12
Octal124114120121301036611722
Binary1010100100110010100101010110001000011110110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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