#54432C

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

Shades of Deep Bronze #54432C

Tints of Deep Bronze #54432C

Color information

#54432C (or 0x54432C) is unknown color: approx Deep Bronze. HEX triplet: 54, 43 and 2C. RGB value is (84,67,44). Sum of RGB (Red+Green+Blue) = 84+67+44=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54432C is #ABBCD3. Grayscale: #454545. Windows color (decimal): -11254996 or 2900820. OLE color: 2900820.

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

Color convert

RGB846744-
CMYK00.200.480.67
HSL34.5º31.25%25.1%-
HSV(B)34.5º47.62%32.94%-
XYZ6.126.083.23-
YUV69.46113.63138.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=43.08%
G=34.36%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84674400.200.480.6734.531.2525.1
Hex54432C0143043231f19
Octal1241035402460103433731
Binary1010100100001110110001010011000010000111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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