#53402D

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

Shades of Deep Bronze #53402D

Tints of Deep Bronze #53402D

Color information

#53402D (or 0x53402D) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 2D. RGB value is (83,64,45). Sum of RGB (Red+Green+Blue) = 83+64+45=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402D is #ACBFD2. Grayscale: #434343. Windows color (decimal): -11321299 or 2965587. OLE color: 2965587.

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

Color convert

RGB836445-
CMYK00.230.460.67
HSL30º29.69%25.1%-
HSV(B)30º45.78%32.55%-
XYZ5.875.73.27-
YUV67.52115.29139.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=43.23%
G=33.33%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83644500.230.460.673029.6925.1
Hex53402D0172E431e1e19
Octal1231005502756103363631
Binary101001110000001011010101111011101000011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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