#53412B

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

Shades of Deep Bronze #53412B

Tints of Deep Bronze #53412B

Color information

#53412B (or 0x53412B) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 2B. RGB value is (83,65,43). Sum of RGB (Red+Green+Blue) = 83+65+43=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412B is #ACBED4. Grayscale: #434343. Windows color (decimal): -11321045 or 2834771. OLE color: 2834771.

HSL color Cylindrical-coordinate representation of color #53412B: hue angle of 33º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53412B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB836543-
CMYK00.220.480.67
HSL33º31.75%24.71%-
HSV(B)33º48.19%32.55%-
XYZ5.895.793.09-
YUV67.87113.96138.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=43.46%
G=34.03%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83654300.220.480.673331.7524.71
Hex53412B0163043212019
Octal1231015302660103414031
Binary10100111000001101011010110110000100001110000110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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