#544510

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

Shades of Bronze Olive #544510

Tints of Bronze Olive #544510

Color information

#544510 (or 0x544510) is unknown color: approx Bronze Olive. HEX triplet: 54, 45 and 10. RGB value is (84,69,16). Sum of RGB (Red+Green+Blue) = 84+69+16=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #544510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544510 is #ABBAEF. Grayscale: #434343. Windows color (decimal): -11254512 or 1066324. OLE color: 1066324.

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

Color convert

RGB846916-
CMYK00.180.810.67
HSL46.76º68%19.61%-
HSV(B)46.76º80.95%32.94%-
XYZ5.886.181.37-
YUV67.4498.97139.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=49.70%
G=40.83%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84691600.180.810.6746.766819.61
Hex54451001251432f4414
Octal124105200221211035710424
Binary101010010001011000001001010100011000011101111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544510; }

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

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

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

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

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

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

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

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