#53402A

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

Shades of Deep Bronze #53402A

Tints of Deep Bronze #53402A

Color information

#53402A (or 0x53402A) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 2A. RGB value is (83,64,42). Sum of RGB (Red+Green+Blue) = 83+64+42=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #53402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402A is #ACBFD5. Grayscale: #434343. Windows color (decimal): -11321302 or 2768979. OLE color: 2768979.

HSL color Cylindrical-coordinate representation of color #53402A: hue angle of 32.2º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53402A is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB836442-
CMYK00.230.490.67
HSL32.2º32.8%24.51%-
HSV(B)32.2º49.4%32.55%-
XYZ5.825.672.98-
YUV67.17113.79139.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=43.92%
G=33.86%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83644200.230.490.6732.232.824.51
Hex53402A0173143202119
Octal1231005202761103404131
Binary10100111000000101010010111110001100001110000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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