#54421A

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

Shades of Bronze Olive #54421A

Tints of Bronze Olive #54421A

Color information

#54421A (or 0x54421A) is unknown color: approx Bronze Olive. HEX triplet: 54, 42 and 1A. RGB value is (84,66,26). Sum of RGB (Red+Green+Blue) = 84+66+26=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421A is #ABBDE5. Grayscale: #434343. Windows color (decimal): -11255270 or 1720916. OLE color: 1720916.

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

Color convert

RGB846626-
CMYK00.210.690.67
HSL41.38º52.73%21.57%-
HSV(B)41.38º69.05%32.94%-
XYZ5.795.861.8-
YUV66.82104.96140.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=47.73%
G=37.5%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84662600.210.690.6741.3852.7321.57
Hex54421A0154543293516
Octal12410232025105103516526
Binary10101001000010110100101011000101100001110100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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