#54442C

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

Shades of Deep Bronze #54442C

Tints of Deep Bronze #54442C

Color information

#54442C (or 0x54442C) is unknown color: approx Deep Bronze. HEX triplet: 54, 44 and 2C. RGB value is (84,68,44). Sum of RGB (Red+Green+Blue) = 84+68+44=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54442C is #ABBBD3. Grayscale: #464646. Windows color (decimal): -11254740 or 2901076. OLE color: 2901076.

HSL color Cylindrical-coordinate representation of color #54442C: hue angle of 36º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54442C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB846844-
CMYK00.190.480.67
HSL36º31.25%25.1%-
HSV(B)36º47.62%32.94%-
XYZ6.186.23.25-
YUV70.05113.3137.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=42.86%
G=34.69%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84684400.190.480.673631.2525.1
Hex54442C0133043241f19
Octal1241045402360103443731
Binary1010100100010010110001001111000010000111001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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