#524233

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

Shades of Deep Bronze #524233

Tints of Deep Bronze #524233

Color information

#524233 (or 0x524233) is unknown color: approx Deep Bronze. HEX triplet: 52, 42 and 33. RGB value is (82,66,51). Sum of RGB (Red+Green+Blue) = 82+66+51=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #524233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524233 is #ADBDCC. Grayscale: #454545. Windows color (decimal): -11386317 or 3359314. OLE color: 3359314.

HSL color Cylindrical-coordinate representation of color #524233: hue angle of 29.03º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #524233 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB826651-
CMYK00.200.380.68
HSL29.03º23.31%26.08%-
HSV(B)29.03º37.8%32.16%-
XYZ6.035.933.96-
YUV69.07117.8137.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=41.21%
G=33.17%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82665100.200.380.6829.0323.3126.08
Hex52423301426441d171a
Octal1221026302446104352732
Binary101001010000101100110101001001101000100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524233; }

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

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

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

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

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

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

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

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