#544B0A

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

Shades of Bronze Olive #544B0A

Tints of Bronze Olive #544B0A

Color information

#544B0A (or 0x544B0A) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 0A. RGB value is (84,75,10). Sum of RGB (Red+Green+Blue) = 84+75+10=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #544B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B0A is #ABB4F5. Grayscale: #464646. Windows color (decimal): -11252982 or 674644. OLE color: 674644.

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

Color convert

RGB847510-
CMYK00.110.880.67
HSL52.7º78.72%18.43%-
HSV(B)52.7º88.1%32.94%-
XYZ6.236.941.3-
YUV70.2893.98137.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=49.70%
G=44.38%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84751000.110.880.6752.778.7218.43
Hex544BA0B5843354f12
Octal124113120131301036511722
Binary1010100100101110100101110110001000011110101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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