#53452E

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

Shades of Deep Bronze #53452E

Tints of Deep Bronze #53452E

Color information

#53452E (or 0x53452E) is unknown color: approx Deep Bronze. HEX triplet: 53, 45 and 2E. RGB value is (83,69,46). Sum of RGB (Red+Green+Blue) = 83+69+46=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53452E is #ACBAD1. Grayscale: #464646. Windows color (decimal): -11320018 or 3032403. OLE color: 3032403.

HSL color Cylindrical-coordinate representation of color #53452E: hue angle of 37.3º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53452E is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB836946-
CMYK00.170.450.67
HSL37.3º28.68%25.29%-
HSV(B)37.3º44.58%32.55%-
XYZ6.196.293.47-
YUV70.56114.14136.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=41.92%
G=34.85%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83694600.170.450.6737.328.6825.29
Hex53452E0112D43251d19
Octal1231055602155103453531
Binary1010011100010110111001000110110110000111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53452E; }

 p { color: rgb(83,69,46); }

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

<style>
 a { background-color: #53452E; }

 a { background-color: rgb(83,69,46); }

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

<style>
 span { border-color: #53452E; }

 span { border-color: rgb(83,69,46); }

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