#54422C

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

Shades of Deep Bronze #54422C

Tints of Deep Bronze #54422C

Color information

#54422C (or 0x54422C) is unknown color: approx Deep Bronze. HEX triplet: 54, 42 and 2C. RGB value is (84,66,44). Sum of RGB (Red+Green+Blue) = 84+66+44=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54422C is #ABBDD3. Grayscale: #444444. Windows color (decimal): -11255252 or 2900564. OLE color: 2900564.

HSL color Cylindrical-coordinate representation of color #54422C: hue angle of 33º 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 #54422C is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB846644-
CMYK00.210.480.67
HSL33º31.25%25.1%-
HSV(B)33º47.62%32.94%-
XYZ6.065.963.21-
YUV68.87113.96138.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=43.30%
G=34.02%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84664400.210.480.673331.2525.1
Hex54422C0153043211f19
Octal1241025402560103413731
Binary1010100100001010110001010111000010000111000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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