#524431

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

Shades of Deep Bronze #524431

Tints of Deep Bronze #524431

Color information

#524431 (or 0x524431) is unknown color: approx Deep Bronze. HEX triplet: 52, 44 and 31. RGB value is (82,68,49). Sum of RGB (Red+Green+Blue) = 82+68+49=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #524431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524431 is #ADBBCE. Grayscale: #464646. Windows color (decimal): -11385807 or 3228754. OLE color: 3228754.

HSL color Cylindrical-coordinate representation of color #524431: hue angle of 34.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524431 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB826849-
CMYK00.170.400.68
HSL34.55º25.19%25.69%-
HSV(B)34.55º40.24%32.16%-
XYZ6.16.153.77-
YUV70.02116.14136.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=41.21%
G=34.17%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82684900.170.400.6834.5525.1925.69
Hex524431011284423191a
Octal1221046102150104433132
Binary1010010100010011000101000110100010001001000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524431; }

 p { color: rgb(82,68,49); }

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

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

 a { background-color: rgb(82,68,49); }

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

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

 span { border-color: rgb(82,68,49); }

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