#52412A

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

Shades of Deep Bronze #52412A

Tints of Deep Bronze #52412A

Color information

#52412A (or 0x52412A) is unknown color: approx Deep Bronze. HEX triplet: 52, 41 and 2A. RGB value is (82,65,42). Sum of RGB (Red+Green+Blue) = 82+65+42=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #52412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52412A is #ADBED5. Grayscale: #434343. Windows color (decimal): -11386582 or 2769234. OLE color: 2769234.

HSL color Cylindrical-coordinate representation of color #52412A: hue angle of 34.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52412A is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB826542-
CMYK00.210.490.68
HSL34.5º32.26%24.31%-
HSV(B)34.5º48.78%32.16%-
XYZ5.795.742.99-
YUV67.46113.63138.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=43.39%
G=34.39%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82654200.210.490.6834.532.2624.31
Hex52412A0153144232018
Octal1221015202561104434030
Binary10100101000001101010010101110001100010010001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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