#54442A

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

Shades of Deep Bronze #54442A

Tints of Deep Bronze #54442A

Color information

#54442A (or 0x54442A) is unknown color: approx Deep Bronze. HEX triplet: 54, 44 and 2A. RGB value is (84,68,42). Sum of RGB (Red+Green+Blue) = 84+68+42=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54442A is #ABBBD5. Grayscale: #454545. Windows color (decimal): -11254742 or 2770004. OLE color: 2770004.

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

Color convert

RGB846842-
CMYK00.190.50.67
HSL37.14º33.33%24.71%-
HSV(B)37.14º50%32.94%-
XYZ6.146.193.06-
YUV69.82112.3138.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=43.30%
G=35.05%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84684200.190.50.6737.1433.3324.71
Hex54442A0133243252119
Octal1241045202362103454131
Binary10101001000100101010010011110010100001110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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