#54441D

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

Shades of Bronze Olive #54441D

Tints of Bronze Olive #54441D

Color information

#54441D (or 0x54441D) is unknown color: approx Bronze Olive. HEX triplet: 54, 44 and 1D. RGB value is (84,68,29). Sum of RGB (Red+Green+Blue) = 84+68+29=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54441D is #ABBBE2. Grayscale: #444444. Windows color (decimal): -11254755 or 1918036. OLE color: 1918036.

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

Color convert

RGB846829-
CMYK00.190.650.67
HSL42.55º48.67%22.16%-
HSV(B)42.55º65.48%32.94%-
XYZ5.956.112.03-
YUV68.34105.8139.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=46.41%
G=37.57%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84682900.190.650.6742.5548.6722.16
Hex54441D01341432b3116
Octal12410435023101103536126
Binary10101001000100111010100111000001100001110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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