#54402D

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

Shades of Deep Bronze #54402D

Tints of Deep Bronze #54402D

Color information

#54402D (or 0x54402D) is unknown color: approx Deep Bronze. HEX triplet: 54, 40 and 2D. RGB value is (84,64,45). Sum of RGB (Red+Green+Blue) = 84+64+45=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #54402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54402D is #ABBFD2. Grayscale: #434343. Windows color (decimal): -11255763 or 2965588. OLE color: 2965588.

HSL color Cylindrical-coordinate representation of color #54402D: hue angle of 29.23º 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 #54402D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB846445-
CMYK00.240.460.67
HSL29.23º30.23%25.29%-
HSV(B)29.23º46.43%32.94%-
XYZ5.965.743.28-
YUV67.81115.13139.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=43.52%
G=33.16%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84644500.240.460.6729.2330.2325.29
Hex54402D0182E431d1e19
Octal1241005503056103353631
Binary101010010000001011010110001011101000011111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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