#54442B

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

Shades of Deep Bronze #54442B

Tints of Deep Bronze #54442B

Color information

#54442B (or 0x54442B) is unknown color: approx Deep Bronze. HEX triplet: 54, 44 and 2B. RGB value is (84,68,43). Sum of RGB (Red+Green+Blue) = 84+68+43=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54442B is #ABBBD4. Grayscale: #464646. Windows color (decimal): -11254741 or 2835540. OLE color: 2835540.

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

Color convert

RGB846843-
CMYK00.190.490.67
HSL36.59º32.28%24.9%-
HSV(B)36.59º48.81%32.94%-
XYZ6.166.193.16-
YUV69.93112.8138.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=43.08%
G=34.87%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84684300.190.490.6736.5932.2824.9
Hex54442B0133143252019
Octal1241045302361103454031
Binary10101001000100101011010011110001100001110010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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