#53442C

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

Shades of Deep Bronze #53442C

Tints of Deep Bronze #53442C

Color information

#53442C (or 0x53442C) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 2C. RGB value is (83,68,44). Sum of RGB (Red+Green+Blue) = 83+68+44=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442C is #ACBBD3. Grayscale: #454545. Windows color (decimal): -11320276 or 2901075. OLE color: 2901075.

HSL color Cylindrical-coordinate representation of color #53442C: hue angle of 36.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53442C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB836844-
CMYK00.180.470.67
HSL36.92º30.71%24.9%-
HSV(B)36.92º46.99%32.55%-
XYZ6.096.163.25-
YUV69.75113.47137.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=42.56%
G=34.87%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83684400.180.470.6736.9230.7124.9
Hex53442C0122F43251f19
Octal1231045402257103453731
Binary1010011100010010110001001010111110000111001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,68,44); }

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

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

 a { background-color: rgb(83,68,44); }

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

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

 span { border-color: rgb(83,68,44); }

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