#52402E

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

Shades of Deep Bronze #52402E

Tints of Deep Bronze #52402E

Color information

#52402E (or 0x52402E) is unknown color: approx Deep Bronze. HEX triplet: 52, 40 and 2E. RGB value is (82,64,46). Sum of RGB (Red+Green+Blue) = 82+64+46=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52402E is #ADBFD1. Grayscale: #434343. Windows color (decimal): -11386834 or 3031122. OLE color: 3031122.

HSL color Cylindrical-coordinate representation of color #52402E: hue angle of 30º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52402E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB826446-
CMYK00.220.440.68
HSL30º28.13%25.1%-
HSV(B)30º43.9%32.16%-
XYZ5.815.663.37-
YUV67.33115.96138.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=42.71%
G=33.33%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82644600.220.440.683028.1325.1
Hex52402E0162C441e1c19
Octal1221005602654104363431
Binary101001010000001011100101101011001000100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52402E; }

 p { color: rgb(82,64,46); }

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

<style>
 a { background-color: #52402E; }

 a { background-color: rgb(82,64,46); }

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

<style>
 span { border-color: #52402E; }

 span { border-color: rgb(82,64,46); }

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