#53402C

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

Shades of Deep Bronze #53402C

Tints of Deep Bronze #53402C

Color information

#53402C (or 0x53402C) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 2C. RGB value is (83,64,44). Sum of RGB (Red+Green+Blue) = 83+64+44=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402C is #ACBFD3. Grayscale: #434343. Windows color (decimal): -11321300 or 2900051. OLE color: 2900051.

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

Color convert

RGB836444-
CMYK00.230.470.67
HSL30.77º30.71%24.9%-
HSV(B)30.77º46.99%32.55%-
XYZ5.865.693.17-
YUV67.4114.79139.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=43.46%
G=33.51%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83644400.230.470.6730.7730.7124.9
Hex53402C0172F431f1f19
Octal1231005402757103373731
Binary101001110000001011000101111011111000011111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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