#54440B

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

Shades of Bronze Olive #54440B

Tints of Bronze Olive #54440B

Color information

#54440B (or 0x54440B) is unknown color: approx Bronze Olive. HEX triplet: 54, 44 and 0B. RGB value is (84,68,11). Sum of RGB (Red+Green+Blue) = 84+68+11=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54440B is #ABBBF4. Grayscale: #424242. Windows color (decimal): -11254773 or 738388. OLE color: 738388.

HSL color Cylindrical-coordinate representation of color #54440B: hue angle of 46.85º 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 #54440B is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB846811-
CMYK00.190.870.67
HSL46.85º76.84%18.63%-
HSV(B)46.85º86.9%32.94%-
XYZ5.786.041.18-
YUV66.2996.8140.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=51.53%
G=41.72%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84681100.190.870.6746.8576.8418.63
Hex5444B01357432f4d13
Octal124104130231271035711523
Binary10101001000100101101001110101111000011101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54440B; }

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

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

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

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

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

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

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

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