#54440F

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

Shades of Bronze Olive #54440F

Tints of Bronze Olive #54440F

Color information

#54440F (or 0x54440F) is unknown color: approx Bronze Olive. HEX triplet: 54, 44 and 0F. RGB value is (84,68,15). Sum of RGB (Red+Green+Blue) = 84+68+15=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54440F is #ABBBF0. Grayscale: #424242. Windows color (decimal): -11254769 or 1000532. OLE color: 1000532.

HSL color Cylindrical-coordinate representation of color #54440F: hue angle of 46.09º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54440F is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB846815-
CMYK00.190.820.67
HSL46.09º69.7%19.41%-
HSV(B)46.09º82.14%32.94%-
XYZ5.816.051.31-
YUV66.7498.8140.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=50.30%
G=40.72%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84681500.190.820.6746.0969.719.41
Hex5444F01352432e4613
Octal124104170231221035610623
Binary10101001000100111101001110100101000011101110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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