#53412D

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

Shades of Deep Bronze #53412D

Tints of Deep Bronze #53412D

Color information

#53412D (or 0x53412D) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 2D. RGB value is (83,65,45). Sum of RGB (Red+Green+Blue) = 83+65+45=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412D is #ACBED2. Grayscale: #444444. Windows color (decimal): -11321043 or 2965843. OLE color: 2965843.

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

Color convert

RGB836545-
CMYK00.220.460.67
HSL31.58º29.69%25.1%-
HSV(B)31.58º45.78%32.55%-
XYZ5.935.813.29-
YUV68.1114.96138.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=43.01%
G=33.68%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83654500.220.460.6731.5829.6925.1
Hex53412D0162E43201e19
Octal1231015502656103403631
Binary1010011100000110110101011010111010000111000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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