#544C26

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

Shades of Bronze Olive #544C26

Tints of Bronze Olive #544C26

Color information

#544C26 (or 0x544C26) is unknown color: approx Bronze Olive. HEX triplet: 54, 4C and 26. RGB value is (84,76,38). Sum of RGB (Red+Green+Blue) = 84+76+38=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #544C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C26 is #ABB3D9. Grayscale: #4A4A4A. Windows color (decimal): -11252698 or 2509908. OLE color: 2509908.

HSL color Cylindrical-coordinate representation of color #544C26: hue angle of 49.57º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #544C26 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB847638-
CMYK00.100.550.67
HSL49.57º37.7%23.92%-
HSV(B)49.57º54.76%32.94%-
XYZ6.597.192.87-
YUV74.06107.65135.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=42.42%
G=38.38%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84763800.100.550.6749.5737.723.92
Hex544C260A3743322618
Octal1241144601267103624630
Binary1010100100110010011001010110111100001111001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,76,38); }

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

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

 a { background-color: rgb(84,76,38); }

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

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

 span { border-color: rgb(84,76,38); }

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