#52432C

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

Shades of Deep Bronze #52432C

Tints of Deep Bronze #52432C

Color information

#52432C (or 0x52432C) is unknown color: approx Deep Bronze. HEX triplet: 52, 43 and 2C. RGB value is (82,67,44). Sum of RGB (Red+Green+Blue) = 82+67+44=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52432C is #ADBCD3. Grayscale: #444444. Windows color (decimal): -11386068 or 2900818. OLE color: 2900818.

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

Color convert

RGB826744-
CMYK00.180.460.68
HSL36.32º30.16%24.71%-
HSV(B)36.32º46.34%32.16%-
XYZ5.945.993.23-
YUV68.86113.97137.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=42.49%
G=34.72%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82674400.180.460.6836.3230.1624.71
Hex52432C0122E44241e19
Octal1221035402256104443631
Binary1010010100001110110001001010111010001001001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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