#544A0A

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

Shades of Bronze Olive #544A0A

Tints of Bronze Olive #544A0A

Color information

#544A0A (or 0x544A0A) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 0A. RGB value is (84,74,10). Sum of RGB (Red+Green+Blue) = 84+74+10=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #544A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A0A is #ABB5F5. Grayscale: #454545. Windows color (decimal): -11253238 or 674388. OLE color: 674388.

HSL color Cylindrical-coordinate representation of color #544A0A: hue angle of 51.89º 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 #544A0A is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB847410-
CMYK00.120.880.67
HSL51.89º78.72%18.43%-
HSV(B)51.89º88.1%32.94%-
XYZ6.166.81.28-
YUV69.6994.31138.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 44.05%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=50%
G=44.05%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84741000.120.880.6751.8978.7218.43
Hex544AA0C5843344f12
Octal124112120141301036411722
Binary1010100100101010100110010110001000011110100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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