#544B13

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

Shades of Bronze Olive #544B13

Tints of Bronze Olive #544B13

Color information

#544B13 (or 0x544B13) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 13. RGB value is (84,75,19). Sum of RGB (Red+Green+Blue) = 84+75+19=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #544B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B13 is #ABB4EC. Grayscale: #474747. Windows color (decimal): -11252973 or 1264468. OLE color: 1264468.

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

Color convert

RGB847519-
CMYK00.110.770.67
HSL51.69º63.11%20.2%-
HSV(B)51.69º77.38%32.94%-
XYZ6.296.961.63-
YUV71.3198.48137.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 19 (7.81% from 255) = 10.67%
R=47.19%
G=42.13%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84751900.110.770.6751.6963.1120.2
Hex544B130B4D43343f14
Octal12411323013115103647724
Binary1010100100101110011010111001101100001111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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