#54421D

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

Shades of Bronze Olive #54421D

Tints of Bronze Olive #54421D

Color information

#54421D (or 0x54421D) is unknown color: approx Bronze Olive. HEX triplet: 54, 42 and 1D. RGB value is (84,66,29). Sum of RGB (Red+Green+Blue) = 84+66+29=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421D is #ABBDE2. Grayscale: #434343. Windows color (decimal): -11255267 or 1917524. OLE color: 1917524.

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

Color convert

RGB846629-
CMYK00.210.650.67
HSL40.36º48.67%22.16%-
HSV(B)40.36º65.48%32.94%-
XYZ5.835.871.99-
YUV67.16106.46140.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=46.93%
G=36.87%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84662900.210.650.6740.3648.6722.16
Hex54421D0154143283116
Octal12410235025101103506126
Binary10101001000010111010101011000001100001110100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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