#53422C

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

Shades of Deep Bronze #53422C

Tints of Deep Bronze #53422C

Color information

#53422C (or 0x53422C) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 2C. RGB value is (83,66,44). Sum of RGB (Red+Green+Blue) = 83+66+44=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53422C is #ACBDD3. Grayscale: #444444. Windows color (decimal): -11320788 or 2900563. OLE color: 2900563.

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

Color convert

RGB836644-
CMYK00.200.470.67
HSL33.85º30.71%24.9%-
HSV(B)33.85º46.99%32.55%-
XYZ5.975.923.21-
YUV68.58114.13138.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=43.01%
G=34.20%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83664400.200.470.6733.8530.7124.9
Hex53422C0142F43221f19
Octal1231025402457103423731
Binary1010011100001010110001010010111110000111000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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