#544315

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

Shades of Bronze Olive #544315

Tints of Bronze Olive #544315

Color information

#544315 (or 0x544315) is unknown color: approx Bronze Olive. HEX triplet: 54, 43 and 15. RGB value is (84,67,21). Sum of RGB (Red+Green+Blue) = 84+67+21=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544315 is #ABBCEA. Grayscale: #434343. Windows color (decimal): -11255019 or 1393492. OLE color: 1393492.

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

Color convert

RGB846721-
CMYK00.200.750.67
HSL43.81º60%20.59%-
HSV(B)43.81º75%32.94%-
XYZ5.85.951.55-
YUV66.84102.13140.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 21 (8.59% from 255) = 12.21%
R=48.84%
G=38.95%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84672100.200.750.6743.816020.59
Hex5443150144B432c3c15
Octal12410325024113103547425
Binary10101001000011101010101001001011100001110110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544315; }

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

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

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

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

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

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

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

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