#53412F

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

Shades of Deep Bronze #53412F

Tints of Deep Bronze #53412F

Color information

#53412F (or 0x53412F) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 2F. RGB value is (83,65,47). Sum of RGB (Red+Green+Blue) = 83+65+47=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412F is #ACBED0. Grayscale: #444444. Windows color (decimal): -11321041 or 3096915. OLE color: 3096915.

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

Color convert

RGB836547-
CMYK00.220.430.67
HSL30º27.69%25.49%-
HSV(B)30º43.37%32.55%-
XYZ5.975.823.5-
YUV68.33115.96138.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=42.56%
G=33.33%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83654700.220.430.673027.6925.49
Hex53412F0162B431e1c19
Octal1231015702653103363431
Binary101001110000011011110101101010111000011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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