#544B25

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

Shades of Bronze Olive #544B25

Tints of Bronze Olive #544B25

Color information

#544B25 (or 0x544B25) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 25. RGB value is (84,75,37). Sum of RGB (Red+Green+Blue) = 84+75+37=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #544B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B25 is #ABB4DA. Grayscale: #494949. Windows color (decimal): -11252955 or 2444116. OLE color: 2444116.

HSL color Cylindrical-coordinate representation of color #544B25: hue angle of 48.51º 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 #544B25 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB847537-
CMYK00.110.560.67
HSL48.51º38.84%23.73%-
HSV(B)48.51º55.95%32.94%-
XYZ6.517.052.77-
YUV73.36107.48135.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=42.86%
G=38.27%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84753700.110.560.6748.5138.8423.73
Hex544B250B3843312718
Octal1241134501370103614730
Binary1010100100101110010101011111000100001111000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B25; }

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

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

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

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

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

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

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

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