#52412F

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

Shades of Deep Bronze #52412F

Tints of Deep Bronze #52412F

Color information

#52412F (or 0x52412F) is unknown color: approx Deep Bronze. HEX triplet: 52, 41 and 2F. RGB value is (82,65,47). Sum of RGB (Red+Green+Blue) = 82+65+47=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52412F is #ADBED0. Grayscale: #444444. Windows color (decimal): -11386577 or 3096914. OLE color: 3096914.

HSL color Cylindrical-coordinate representation of color #52412F: hue angle of 30.86º 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 #52412F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB826547-
CMYK00.210.430.68
HSL30.86º27.13%25.29%-
HSV(B)30.86º42.68%32.16%-
XYZ5.885.783.49-
YUV68.03116.13137.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=42.27%
G=33.51%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82654700.210.430.6830.8627.1325.29
Hex52412F0152B441f1b19
Octal1221015702553104373331
Binary101001010000011011110101011010111000100111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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