#544E0B

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

Shades of Bronze Olive #544E0B

Tints of Bronze Olive #544E0B

Color information

#544E0B (or 0x544E0B) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 0B. RGB value is (84,78,11). Sum of RGB (Red+Green+Blue) = 84+78+11=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #544E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E0B is #ABB1F4. Grayscale: #484848. Windows color (decimal): -11252213 or 740948. OLE color: 740948.

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

Color convert

RGB847811-
CMYK00.070.870.67
HSL55.07º76.84%18.63%-
HSV(B)55.07º86.9%32.94%-
XYZ6.447.361.4-
YUV72.1693.49136.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=48.55%
G=45.09%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84781100.070.870.6755.0776.8418.63
Hex544EB075743374d13
Octal12411613071271036711523
Binary101010010011101011011110101111000011110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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