#524327

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

Shades of Deep Bronze #524327

Tints of Deep Bronze #524327

Color information

#524327 (or 0x524327) is unknown color: approx Deep Bronze. HEX triplet: 52, 43 and 27. RGB value is (82,67,39). Sum of RGB (Red+Green+Blue) = 82+67+39=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524327 is #ADBCD8. Grayscale: #444444. Windows color (decimal): -11386073 or 2573138. OLE color: 2573138.

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

Color convert

RGB826739-
CMYK00.180.520.68
HSL39.07º35.54%23.73%-
HSV(B)39.07º52.44%32.16%-
XYZ5.855.952.76-
YUV68.29111.47137.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=43.62%
G=35.64%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82673900.180.520.6839.0735.5423.73
Hex5243270123444272418
Octal1221034702264104474430
Binary10100101000011100111010010110100100010010011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524327; }

 p { color: rgb(82,67,39); }

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

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

 a { background-color: rgb(82,67,39); }

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

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

 span { border-color: rgb(82,67,39); }

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