#53422E

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

Shades of Deep Bronze #53422E

Tints of Deep Bronze #53422E

Color information

#53422E (or 0x53422E) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 2E. RGB value is (83,66,46). Sum of RGB (Red+Green+Blue) = 83+66+46=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53422E is #ACBDD1. Grayscale: #444444. Windows color (decimal): -11320786 or 3031635. OLE color: 3031635.

HSL color Cylindrical-coordinate representation of color #53422E: hue angle of 32.43º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53422E is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB836646-
CMYK00.200.450.67
HSL32.43º28.68%25.29%-
HSV(B)32.43º44.58%32.55%-
XYZ6.015.933.41-
YUV68.8115.13138.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=42.56%
G=33.85%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83664600.200.450.6732.4328.6825.29
Hex53422E0142D43201d19
Octal1231025602455103403531
Binary1010011100001010111001010010110110000111000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53422E; }

 p { color: rgb(83,66,46); }

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

<style>
 a { background-color: #53422E; }

 a { background-color: rgb(83,66,46); }

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

<style>
 span { border-color: #53422E; }

 span { border-color: rgb(83,66,46); }

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