#544313

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

Shades of Bronze Olive #544313

Tints of Bronze Olive #544313

Color information

#544313 (or 0x544313) is unknown color: approx Bronze Olive. HEX triplet: 54, 43 and 13. RGB value is (84,67,19). Sum of RGB (Red+Green+Blue) = 84+67+19=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #544313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544313 is #ABBCEC. Grayscale: #424242. Windows color (decimal): -11255021 or 1262420. OLE color: 1262420.

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

Color convert

RGB846719-
CMYK00.200.770.67
HSL44.31º63.11%20.2%-
HSV(B)44.31º77.38%32.94%-
XYZ5.785.951.46-
YUV66.61101.13140.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 67 (26.56% from 255) = 39.41%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=49.41%
G=39.41%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84671900.200.770.6744.3163.1120.2
Hex5443130144D432c3f14
Octal12410323024115103547724
Binary10101001000011100110101001001101100001110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544313; }

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

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

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

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

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

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

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

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