#54421C

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

Shades of Bronze Olive #54421C

Tints of Bronze Olive #54421C

Color information

#54421C (or 0x54421C) is unknown color: approx Bronze Olive. HEX triplet: 54, 42 and 1C. RGB value is (84,66,28). Sum of RGB (Red+Green+Blue) = 84+66+28=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421C is #ABBDE3. Grayscale: #434343. Windows color (decimal): -11255268 or 1851988. OLE color: 1851988.

HSL color Cylindrical-coordinate representation of color #54421C: hue angle of 40.71º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54421C is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB846628-
CMYK00.210.670.67
HSL40.71º50%21.96%-
HSV(B)40.71º66.67%32.94%-
XYZ5.815.871.92-
YUV67.05105.96140.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=47.19%
G=37.08%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84662800.210.670.6740.715021.96
Hex54421C0154343293216
Octal12410234025103103516226
Binary10101001000010111000101011000011100001110100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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