Html Css Color HEX #524535 Deep Bronze

📋 copy color: '#524535'

red 82 ◦ green 69 ◦ blue 53

#524535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Bronze #524535

Tints of Deep Bronze #524535

RGB

 RED value IS 82 (32.42% from 255) = 40.2%

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 53 (21.09% from 255) = 25.98%

R = 40.2%
G = 33.82%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#524535 (or 0x524535) is known color: 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

RGB 82 69 53 -
CMYK 0 0.16 0.35 0.68
HSL 33.1º 0.21% 0.26% -
HSV(B) 33.1º 0.35% 0.32% -
XYZ 6.25 6.31 4.26 -
YUV 71.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 82 69 53 0 0.16 0.35 0.68 33.1 0.21 0.26
Hex 52 45 35 0 10 23 44 21 15 1A
Octal 122 105 65 0 20 43 104 41 25 32
Binary 1010010 1000101 110101 0 10000 100011 1000100 100001 10101 11010

Color Harmonies of #524535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524535

Black with #524535

Text Example


Text Example

White with #524535

Text Example


Text Example

HTML Codes & Css Web 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>