#52422D

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

Shades of Deep Bronze #52422D

Tints of Deep Bronze #52422D

Color information

#52422D (or 0x52422D) is unknown color: approx Deep Bronze. HEX triplet: 52, 42 and 2D. RGB value is (82,66,45). Sum of RGB (Red+Green+Blue) = 82+66+45=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52422D is #ADBDD2. Grayscale: #444444. Windows color (decimal): -11386323 or 2966098. OLE color: 2966098.

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

Color convert

RGB826645-
CMYK00.200.450.68
HSL34.05º29.13%24.9%-
HSV(B)34.05º45.12%32.16%-
XYZ5.95.883.31-
YUV68.39114.8137.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=42.49%
G=34.20%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82664500.200.450.6834.0529.1324.9
Hex52422D0142D44221d19
Octal1221025502455104423531
Binary1010010100001010110101010010110110001001000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52422D; }

 p { color: rgb(82,66,45); }

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

<style>
 a { background-color: #52422D; }

 a { background-color: rgb(82,66,45); }

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

<style>
 span { border-color: #52422D; }

 span { border-color: rgb(82,66,45); }

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