#54461D

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

Shades of Bronze Olive #54461D

Tints of Bronze Olive #54461D

Color information

#54461D (or 0x54461D) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 1D. RGB value is (84,70,29). Sum of RGB (Red+Green+Blue) = 84+70+29=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54461D is #ABB9E2. Grayscale: #454545. Windows color (decimal): -11254243 or 1918548. OLE color: 1918548.

HSL color Cylindrical-coordinate representation of color #54461D: hue angle of 44.73º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54461D is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB847029-
CMYK00.170.650.67
HSL44.73º48.67%22.16%-
HSV(B)44.73º65.48%32.94%-
XYZ6.076.352.07-
YUV69.51105.14138.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=45.90%
G=38.25%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84702900.170.650.6744.7348.6722.16
Hex54461D01141432d3116
Octal12410635021101103556126
Binary10101001000110111010100011000001100001110110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54461D; }

 p { color: rgb(84,70,29); }

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

<style>
 a { background-color: #54461D; }

 a { background-color: rgb(84,70,29); }

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

<style>
 span { border-color: #54461D; }

 span { border-color: rgb(84,70,29); }

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