#524535

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

Shades of Deep Bronze #524535

Tints of Deep Bronze #524535

Color information

#524535 (or 0x524535) is unknown color: approx Deep Bronze. HEX triplet: 52, 45 and 35. RGB value is (82,69,53). Sum of RGB (Red+Green+Blue) = 82+69+53=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #524535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524535 is #ADBACA. Grayscale: #474747. Windows color (decimal): -11385547 or 3491154. OLE color: 3491154.

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

Color convert

RGB826953-
CMYK00.160.350.68
HSL33.1º21.48%26.47%-
HSV(B)33.1º35.37%32.16%-
XYZ6.256.314.26-
YUV71.06117.81135.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=40.20%
G=33.82%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82695300.160.350.6833.121.4826.47
Hex524535010234421151a
Octal1221056502043104412532
Binary1010010100010111010101000010001110001001000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524535; }

 p { color: rgb(82,69,53); }

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

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

 a { background-color: rgb(82,69,53); }

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

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

 span { border-color: rgb(82,69,53); }

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