#544E0A

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

Shades of Bronze Olive #544E0A

Tints of Bronze Olive #544E0A

Color information

#544E0A (or 0x544E0A) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 0A. RGB value is (84,78,10). Sum of RGB (Red+Green+Blue) = 84+78+10=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E0A is #ABB1F5. Grayscale: #484848. Windows color (decimal): -11252214 or 675412. OLE color: 675412.

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

Color convert

RGB847810-
CMYK00.070.880.67
HSL55.14º78.72%18.43%-
HSV(B)55.14º88.1%32.94%-
XYZ6.447.361.37-
YUV72.0492.99136.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=48.84%
G=45.35%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84781000.070.880.6755.1478.7218.43
Hex544EA075843374f12
Octal12411612071301036711722
Binary101010010011101010011110110001000011110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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