#53402E

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

Shades of Deep Bronze #53402E

Tints of Deep Bronze #53402E

Color information

#53402E (or 0x53402E) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 2E. RGB value is (83,64,46). Sum of RGB (Red+Green+Blue) = 83+64+46=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402E is #ACBFD1. Grayscale: #434343. Windows color (decimal): -11321298 or 3031123. OLE color: 3031123.

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

Color convert

RGB836446-
CMYK00.230.450.67
HSL29.19º28.68%25.29%-
HSV(B)29.19º44.58%32.55%-
XYZ5.895.73.37-
YUV67.63115.79138.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=43.01%
G=33.16%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83644600.230.450.6729.1928.6825.29
Hex53402E0172D431d1d19
Octal1231005602755103353531
Binary101001110000001011100101111011011000011111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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