#52422F

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

Shades of Deep Bronze #52422F

Tints of Deep Bronze #52422F

Color information

#52422F (or 0x52422F) is unknown color: approx Deep Bronze. HEX triplet: 52, 42 and 2F. RGB value is (82,66,47). Sum of RGB (Red+Green+Blue) = 82+66+47=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52422F is #ADBDD0. Grayscale: #444444. Windows color (decimal): -11386321 or 3097170. OLE color: 3097170.

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

Color convert

RGB826647-
CMYK00.200.430.68
HSL32.57º27.13%25.29%-
HSV(B)32.57º42.68%32.16%-
XYZ5.945.93.51-
YUV68.62115.8137.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=42.05%
G=33.85%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82664700.200.430.6832.5727.1325.29
Hex52422F0142B44211b19
Octal1221025702453104413331
Binary1010010100001010111101010010101110001001000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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