#54432D

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

Shades of Deep Bronze #54432D

Tints of Deep Bronze #54432D

Color information

#54432D (or 0x54432D) is unknown color: approx Deep Bronze. HEX triplet: 54, 43 and 2D. RGB value is (84,67,45). Sum of RGB (Red+Green+Blue) = 84+67+45=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54432D is #ABBCD2. Grayscale: #454545. Windows color (decimal): -11254995 or 2966356. OLE color: 2966356.

HSL color Cylindrical-coordinate representation of color #54432D: hue angle of 33.85º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54432D is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB846745-
CMYK00.200.460.67
HSL33.85º30.23%25.29%-
HSV(B)33.85º46.43%32.94%-
XYZ6.146.093.33-
YUV69.57114.13138.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=42.86%
G=34.18%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84674500.200.460.6733.8530.2325.29
Hex54432D0142E43221e19
Octal1241035502456103423631
Binary1010100100001110110101010010111010000111000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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