#52432B

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

Shades of Deep Bronze #52432B

Tints of Deep Bronze #52432B

Color information

#52432B (or 0x52432B) is unknown color: approx Deep Bronze. HEX triplet: 52, 43 and 2B. RGB value is (82,67,43). Sum of RGB (Red+Green+Blue) = 82+67+43=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52432B is #ADBCD4. Grayscale: #444444. Windows color (decimal): -11386069 or 2835282. OLE color: 2835282.

HSL color Cylindrical-coordinate representation of color #52432B: hue angle of 36.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52432B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB826743-
CMYK00.180.480.68
HSL36.92º31.2%24.51%-
HSV(B)36.92º47.56%32.16%-
XYZ5.925.983.13-
YUV68.75113.47137.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=42.71%
G=34.90%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82674300.180.480.6836.9231.224.51
Hex52432B0123044251f19
Octal1221035302260104453731
Binary1010010100001110101101001011000010001001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52432B; }

 p { color: rgb(82,67,43); }

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

<style>
 a { background-color: #52432B; }

 a { background-color: rgb(82,67,43); }

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

<style>
 span { border-color: #52432B; }

 span { border-color: rgb(82,67,43); }

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