#54402A

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

Shades of Deep Bronze #54402A

Tints of Deep Bronze #54402A

Color information

#54402A (or 0x54402A) is unknown color: approx Deep Bronze. HEX triplet: 54, 40 and 2A. RGB value is (84,64,42). Sum of RGB (Red+Green+Blue) = 84+64+42=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #54402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54402A is #ABBFD5. Grayscale: #434343. Windows color (decimal): -11255766 or 2768980. OLE color: 2768980.

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

Color convert

RGB846442-
CMYK00.240.50.67
HSL31.43º33.33%24.71%-
HSV(B)31.43º50%32.94%-
XYZ5.915.722.98-
YUV67.47113.63139.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=44.21%
G=33.68%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84644200.240.50.6731.4333.3324.71
Hex54402A01832431f2119
Octal1241005203062103374131
Binary1010100100000010101001100011001010000111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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