#544E1B

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

Shades of Bronze Olive #544E1B

Tints of Bronze Olive #544E1B

Color information

#544E1B (or 0x544E1B) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 1B. RGB value is (84,78,27). Sum of RGB (Red+Green+Blue) = 84+78+27=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #544E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E1B is #ABB1E4. Grayscale: #4A4A4A. Windows color (decimal): -11252197 or 1789524. OLE color: 1789524.

HSL color Cylindrical-coordinate representation of color #544E1B: hue angle of 53.68º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #544E1B is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB847827-
CMYK00.070.680.67
HSL53.68º51.35%21.76%-
HSV(B)53.68º67.86%32.94%-
XYZ6.587.412.12-
YUV73.98101.49135.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=44.44%
G=41.27%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84782700.070.680.6753.6851.3521.76
Hex544E1B074443363316
Octal1241163307104103666326
Binary101010010011101101101111000100100001111011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,78,27); }

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

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

 a { background-color: rgb(84,78,27); }

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

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

 span { border-color: rgb(84,78,27); }

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