#544725

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

Shades of Bronze Olive #544725

Tints of Bronze Olive #544725

Color information

#544725 (or 0x544725) is unknown color: approx Bronze Olive. HEX triplet: 54, 47 and 25. RGB value is (84,71,37). Sum of RGB (Red+Green+Blue) = 84+71+37=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544725 is #ABB8DA. Grayscale: #474747. Windows color (decimal): -11253979 or 2443092. OLE color: 2443092.

HSL color Cylindrical-coordinate representation of color #544725: hue angle of 43.4º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544725 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB847137-
CMYK00.150.560.67
HSL43.4º38.84%23.73%-
HSV(B)43.4º55.95%32.94%-
XYZ6.246.522.68-
YUV71.01108.81137.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=43.75%
G=36.98%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84713700.150.560.6743.438.8423.73
Hex5447250F38432b2718
Octal1241074501770103534730
Binary1010100100011110010101111111000100001110101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544725; }

 p { color: rgb(84,71,37); }

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

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

 a { background-color: rgb(84,71,37); }

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

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

 span { border-color: rgb(84,71,37); }

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