#544828

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

Shades of Bronze Olive #544828

Tints of Bronze Olive #544828

Color information

#544828 (or 0x544828) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 28. RGB value is (84,72,40). Sum of RGB (Red+Green+Blue) = 84+72+40=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #544828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544828 is #ABB7D7. Grayscale: #484848. Windows color (decimal): -11253720 or 2639956. OLE color: 2639956.

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

Color convert

RGB847240-
CMYK00.140.520.67
HSL43.64º35.48%24.31%-
HSV(B)43.64º52.38%32.94%-
XYZ6.366.672.96-
YUV71.94109.98136.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=42.86%
G=36.73%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84724000.140.520.6743.6435.4824.31
Hex5448280E34432c2318
Octal1241105001664103544330
Binary1010100100100010100001110110100100001110110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544828; }

 p { color: rgb(84,72,40); }

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

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

 a { background-color: rgb(84,72,40); }

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

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

 span { border-color: rgb(84,72,40); }

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