Html Css Color HEX #524129 Deep Bronze

📋 copy color: '#524129'

red 82 ◦ green 65 ◦ blue 41

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

Shades of Deep Bronze #524129

Tints of Deep Bronze #524129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 43.62%
G = 34.57%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#524129 (or 0x524129) is known color: Deep Bronze. HEX triplet: 52, 41 and 29. RGB value is (82,65,41). Sum of RGB (Red+Green+Blue) = 82+65+41=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524129 is #ADBED6. Grayscale: #434343. Windows color (decimal): -11386583 or 2703698. OLE color: 2703698.

HSL color Cylindrical-coordinate representation of color #524129: hue angle of 35.12º 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 #524129 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 65 41 -
CMYK 0 0.21 0.50 0.68
HSL 35.12º 0.33% 0.24% -
HSV(B) 35.12º 0.5% 0.32% -
XYZ 5.77 5.73 2.9 -
YUV 67.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 82 65 41 0 0.21 0.50 0.68 35.12 0.33 0.24
Hex 52 41 29 0 15 32 44 23 21 18
Octal 122 101 51 0 25 62 104 43 41 30
Binary 1010010 1000001 101001 0 10101 110010 1000100 100011 100001 11000

Color Harmonies of #524129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524129

Black with #524129

Text Example


Text Example

White with #524129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524129; }

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

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

background-color css

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

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

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

border-color css

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

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

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