#544512

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

Shades of Bronze Olive #544512

Tints of Bronze Olive #544512

Color information

#544512 (or 0x544512) is unknown color: approx Bronze Olive. HEX triplet: 54, 45 and 12. RGB value is (84,69,18). Sum of RGB (Red+Green+Blue) = 84+69+18=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #544512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544512 is #ABBAED. Grayscale: #434343. Windows color (decimal): -11254510 or 1197396. OLE color: 1197396.

HSL color Cylindrical-coordinate representation of color #544512: hue angle of 46.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #544512 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB846918-
CMYK00.180.790.67
HSL46.36º64.71%20%-
HSV(B)46.36º78.57%32.94%-
XYZ5.896.181.46-
YUV67.6799.97139.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=49.12%
G=40.35%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84691800.180.790.6746.3664.7120
Hex5445120124F432e4114
Octal124105220221171035610124
Binary101010010001011001001001010011111000011101110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544512; }

 p { color: rgb(84,69,18); }

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

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

 a { background-color: rgb(84,69,18); }

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

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

 span { border-color: rgb(84,69,18); }

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