#54450F

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

Shades of Bronze Olive #54450F

Tints of Bronze Olive #54450F

Color information

#54450F (or 0x54450F) is unknown color: approx Bronze Olive. HEX triplet: 54, 45 and 0F. RGB value is (84,69,15). Sum of RGB (Red+Green+Blue) = 84+69+15=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54450F is #ABBAF0. Grayscale: #434343. Windows color (decimal): -11254513 or 1000788. OLE color: 1000788.

HSL color Cylindrical-coordinate representation of color #54450F: hue angle of 46.96º 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 #54450F is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB846915-
CMYK00.180.820.67
HSL46.96º69.7%19.41%-
HSV(B)46.96º82.14%32.94%-
XYZ5.876.181.33-
YUV67.3398.47139.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 15 (6.25% from 255) = 8.93%
R=50%
G=41.07%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84691500.180.820.6746.9669.719.41
Hex5445F01252432f4613
Octal124105170221221035710623
Binary10101001000101111101001010100101000011101111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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