#544A13

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

Shades of Bronze Olive #544A13

Tints of Bronze Olive #544A13

Color information

#544A13 (or 0x544A13) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 13. RGB value is (84,74,19). Sum of RGB (Red+Green+Blue) = 84+74+19=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #544A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A13 is #ABB5EC. Grayscale: #464646. Windows color (decimal): -11253229 or 1264212. OLE color: 1264212.

HSL color Cylindrical-coordinate representation of color #544A13: hue angle of 50.77º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #544A13 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB847419-
CMYK00.120.770.67
HSL50.77º63.11%20.2%-
HSV(B)50.77º77.38%32.94%-
XYZ6.226.831.61-
YUV70.7298.81137.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=47.46%
G=41.81%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84741900.120.770.6750.7763.1120.2
Hex544A130C4D43333f14
Octal12411223014115103637724
Binary1010100100101010011011001001101100001111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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