#53432C

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

Shades of Deep Bronze #53432C

Tints of Deep Bronze #53432C

Color information

#53432C (or 0x53432C) is unknown color: approx Deep Bronze. HEX triplet: 53, 43 and 2C. RGB value is (83,67,44). Sum of RGB (Red+Green+Blue) = 83+67+44=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53432C is #ACBCD3. Grayscale: #454545. Windows color (decimal): -11320532 or 2900819. OLE color: 2900819.

HSL color Cylindrical-coordinate representation of color #53432C: hue angle of 35.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53432C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB836744-
CMYK00.190.470.67
HSL35.38º30.71%24.9%-
HSV(B)35.38º46.99%32.55%-
XYZ6.036.043.23-
YUV69.16113.8137.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=42.78%
G=34.54%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83674400.190.470.6735.3830.7124.9
Hex53432C0132F43231f19
Octal1231035402357103433731
Binary1010011100001110110001001110111110000111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53432C; }

 p { color: rgb(83,67,44); }

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

<style>
 a { background-color: #53432C; }

 a { background-color: rgb(83,67,44); }

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

<style>
 span { border-color: #53432C; }

 span { border-color: rgb(83,67,44); }

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