Html Css Color HEX #524532 Deep Bronze

📋 copy color: '#524532'

red 82 ◦ green 69 ◦ blue 50

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

Shades of Deep Bronze #524532

Tints of Deep Bronze #524532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 40.8%
G = 34.33%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#524532 (or 0x524532) is known color: Deep Bronze. HEX triplet: 52, 45 and 32. RGB value is (82,69,50). Sum of RGB (Red+Green+Blue) = 82+69+50=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #524532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524532 is #ADBACD. Grayscale: #464646. Windows color (decimal): -11385550 or 3294546. OLE color: 3294546.

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

Color convert

RGB 82 69 50 -
CMYK 0 0.16 0.39 0.68
HSL 35.63º 0.24% 0.26% -
HSV(B) 35.63º 0.39% 0.32% -
XYZ 6.18 6.28 3.9 -
YUV 70.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 82 69 50 0 0.16 0.39 0.68 35.63 0.24 0.26
Hex 52 45 32 0 10 27 44 24 18 1A
Octal 122 105 62 0 20 47 104 44 30 32
Binary 1010010 1000101 110010 0 10000 100111 1000100 100100 11000 11010

Color Harmonies of #524532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524532

Black with #524532

Text Example


Text Example

White with #524532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524532; }

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

 H1.HeaderClassName
 {
   color: #524532;
 }
 .AnyTagClassName
 {
   color: #524532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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