#54402b

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

Shades of Deep Bronze #54402B

Tints of Deep Bronze #54402B

Color information

#54402B (or 0x54402B) is unknown color: approx Deep Bronze. HEX triplet: 54, 40 and 2B. RGB value is (84,64,43). Sum of RGB (Red+Green+Blue) = 84+64+43=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #54402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54402B is #ABBFD4. Grayscale: #434343. Windows color (decimal): -11255765 or 2834516. OLE color: 2834516.

HSL color Cylindrical-coordinate representation of color #54402B: hue angle of 30.73º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54402B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB846443-
CMYK00.240.490.67
HSL30.73º32.28%24.9%-
HSV(B)30.73º48.81%32.94%-
XYZ5.935.733.08-
YUV67.59114.13139.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=43.98%
G=33.51%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84644300.240.490.6730.7332.2824.9
Hex54402B01831431f2019
Octal1241005303061103374031
Binary1010100100000010101101100011000110000111111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54402b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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