#54451D

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

Shades of Bronze Olive #54451D

Tints of Bronze Olive #54451D

Color information

#54451D (or 0x54451D) is unknown color: approx Bronze Olive. HEX triplet: 54, 45 and 1D. RGB value is (84,69,29). Sum of RGB (Red+Green+Blue) = 84+69+29=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54451D is #ABBAE2. Grayscale: #454545. Windows color (decimal): -11254499 or 1918292. OLE color: 1918292.

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

Color convert

RGB846929-
CMYK00.180.650.67
HSL43.64º48.67%22.16%-
HSV(B)43.64º65.48%32.94%-
XYZ6.016.232.05-
YUV68.92105.47138.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=46.15%
G=37.91%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84692900.180.650.6743.6448.6722.16
Hex54451D01241432c3116
Octal12410535022101103546126
Binary10101001000101111010100101000001100001110110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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