#53412A

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

Shades of Deep Bronze #53412A

Tints of Deep Bronze #53412A

Color information

#53412A (or 0x53412A) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 2A. RGB value is (83,65,42). Sum of RGB (Red+Green+Blue) = 83+65+42=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412A is #ACBED5. Grayscale: #434343. Windows color (decimal): -11321046 or 2769235. OLE color: 2769235.

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

Color convert

RGB836542-
CMYK00.220.490.67
HSL33.66º32.8%24.51%-
HSV(B)33.66º49.4%32.55%-
XYZ5.885.793-
YUV67.76113.46138.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=43.68%
G=34.21%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83654200.220.490.6733.6632.824.51
Hex53412A0163143222119
Octal1231015202661103424131
Binary10100111000001101010010110110001100001110001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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