#54422A

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

Shades of Deep Bronze #54422A

Tints of Deep Bronze #54422A

Color information

#54422A (or 0x54422A) is unknown color: approx Deep Bronze. HEX triplet: 54, 42 and 2A. RGB value is (84,66,42). Sum of RGB (Red+Green+Blue) = 84+66+42=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54422A is #ABBDD5. Grayscale: #444444. Windows color (decimal): -11255254 or 2769492. OLE color: 2769492.

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

Color convert

RGB846642-
CMYK00.210.50.67
HSL34.29º33.33%24.71%-
HSV(B)34.29º50%32.94%-
XYZ6.025.953.02-
YUV68.65112.96138.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=43.75%
G=34.38%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84664200.210.50.6734.2933.3324.71
Hex54422A0153243222119
Octal1241025202562103424131
Binary10101001000010101010010101110010100001110001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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