#544217

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

Shades of Bronze Olive #544217

Tints of Bronze Olive #544217

Color information

#544217 (or 0x544217) is unknown color: approx Bronze Olive. HEX triplet: 54, 42 and 17. RGB value is (84,66,23). Sum of RGB (Red+Green+Blue) = 84+66+23=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #544217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544217 is #ABBDE8. Grayscale: #424242. Windows color (decimal): -11255273 or 1524308. OLE color: 1524308.

HSL color Cylindrical-coordinate representation of color #544217: hue angle of 42.3º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #544217 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB846623-
CMYK00.210.730.67
HSL42.3º57.01%20.98%-
HSV(B)42.3º72.62%32.94%-
XYZ5.765.841.63-
YUV66.48103.46140.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=48.55%
G=38.15%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84662300.210.730.6742.357.0120.98
Hex54421701549432a3915
Octal12410227025111103527125
Binary10101001000010101110101011001001100001110101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544217; }

 p { color: rgb(84,66,23); }

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

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

 a { background-color: rgb(84,66,23); }

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

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

 span { border-color: rgb(84,66,23); }

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