#54452F

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

Shades of Deep Bronze #54452F

Tints of Deep Bronze #54452F

Color information

#54452F (or 0x54452F) is unknown color: approx Deep Bronze. HEX triplet: 54, 45 and 2F. RGB value is (84,69,47). Sum of RGB (Red+Green+Blue) = 84+69+47=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54452F is #ABBAD0. Grayscale: #474747. Windows color (decimal): -11254481 or 3097940. OLE color: 3097940.

HSL color Cylindrical-coordinate representation of color #54452F: hue angle of 35.68º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54452F is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB846947-
CMYK00.180.440.67
HSL35.68º28.24%25.69%-
HSV(B)35.68º44.05%32.94%-
XYZ6.36.353.58-
YUV70.98114.47137.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=42%
G=34.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84694700.180.440.6735.6828.2425.69
Hex54452F0122C43241c1a
Octal1241055702254103443432
Binary1010100100010110111101001010110010000111001001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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