#53452D

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

Shades of Deep Bronze #53452D

Tints of Deep Bronze #53452D

Color information

#53452D (or 0x53452D) is unknown color: approx Deep Bronze. HEX triplet: 53, 45 and 2D. RGB value is (83,69,45). Sum of RGB (Red+Green+Blue) = 83+69+45=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53452D is #ACBAD2. Grayscale: #464646. Windows color (decimal): -11320019 or 2966867. OLE color: 2966867.

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

Color convert

RGB836945-
CMYK00.170.460.67
HSL37.89º29.69%25.1%-
HSV(B)37.89º45.78%32.55%-
XYZ6.176.283.37-
YUV70.45113.64136.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=42.13%
G=35.03%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83694500.170.460.6737.8929.6925.1
Hex53452D0112E43261e19
Octal1231055502156103463631
Binary1010011100010110110101000110111010000111001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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