Html Css Color HEX #524229 Deep Bronze

📋 copy color: '#524229'

red 82 ◦ green 66 ◦ blue 41

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

Shades of Deep Bronze #524229

Tints of Deep Bronze #524229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

 BLUE value IS 41 (16.41% from 255) = 21.69%

R = 43.39%
G = 34.92%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#524229 (or 0x524229) is known color: Deep Bronze. HEX triplet: 52, 42 and 29. RGB value is (82,66,41). Sum of RGB (Red+Green+Blue) = 82+66+41=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #524229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524229 is #ADBDD6. Grayscale: #444444. Windows color (decimal): -11386327 or 2703954. OLE color: 2703954.

HSL color Cylindrical-coordinate representation of color #524229: hue angle of 36.59º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524229 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 41 -
CMYK 0 0.20 0.50 0.68
HSL 36.59º 0.33% 0.24% -
HSV(B) 36.59º 0.5% 0.32% -
XYZ 5.83 5.85 2.92 -
YUV 67.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 82 66 41 0 0.20 0.50 0.68 36.59 0.33 0.24
Hex 52 42 29 0 14 32 44 25 21 18
Octal 122 102 51 0 24 62 104 45 41 30
Binary 1010010 1000010 101001 0 10100 110010 1000100 100101 100001 11000

Color Harmonies of #524229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524229

Black with #524229

Text Example


Text Example

White with #524229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524229; }

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

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

background-color css

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

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

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

border-color css

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

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

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