#54452A

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

Shades of Deep Bronze #54452A

Tints of Deep Bronze #54452A

Color information

#54452A (or 0x54452A) is unknown color: approx Deep Bronze. HEX triplet: 54, 45 and 2A. RGB value is (84,69,42). Sum of RGB (Red+Green+Blue) = 84+69+42=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54452A is #ABBAD5. Grayscale: #464646. Windows color (decimal): -11254486 or 2770260. OLE color: 2770260.

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

Color convert

RGB846942-
CMYK00.180.50.67
HSL38.57º33.33%24.71%-
HSV(B)38.57º50%32.94%-
XYZ6.26.313.08-
YUV70.41111.97137.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=43.08%
G=35.38%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84694200.180.50.6738.5733.3324.71
Hex54452A0123243272119
Octal1241055202262103474131
Binary10101001000101101010010010110010100001110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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