#52422E

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

Shades of Deep Bronze #52422E

Tints of Deep Bronze #52422E

Color information

#52422E (or 0x52422E) is unknown color: approx Deep Bronze. HEX triplet: 52, 42 and 2E. RGB value is (82,66,46). Sum of RGB (Red+Green+Blue) = 82+66+46=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52422E is #ADBDD1. Grayscale: #444444. Windows color (decimal): -11386322 or 3031634. OLE color: 3031634.

HSL color Cylindrical-coordinate representation of color #52422E: hue angle of 33.33º 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 #52422E is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB826646-
CMYK00.200.440.68
HSL33.33º28.13%25.1%-
HSV(B)33.33º43.9%32.16%-
XYZ5.925.893.41-
YUV68.5115.3137.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=42.27%
G=34.02%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82664600.200.440.6833.3328.1325.1
Hex52422E0142C44211c19
Octal1221025602454104413431
Binary1010010100001010111001010010110010001001000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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