Html Css Color HEX #524429 Deep Bronze

📋 copy color: '#524429'

red 82 ◦ green 68 ◦ blue 41

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

Shades of Deep Bronze #524429

Tints of Deep Bronze #524429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

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

R = 42.93%
G = 35.6%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#524429 (or 0x524429) is known color: Deep Bronze. HEX triplet: 52, 44 and 29. RGB value is (82,68,41). Sum of RGB (Red+Green+Blue) = 82+68+41=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524429 is #ADBBD6. Grayscale: #454545. Windows color (decimal): -11385815 or 2704466. OLE color: 2704466.

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

Color convert

RGB 82 68 41 -
CMYK 0 0.17 0.50 0.68
HSL 39.51º 0.33% 0.24% -
HSV(B) 39.51º 0.5% 0.32% -
XYZ 5.95 6.09 2.96 -
YUV 69.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 82 68 41 0 0.17 0.50 0.68 39.51 0.33 0.24
Hex 52 44 29 0 11 32 44 28 21 18
Octal 122 104 51 0 21 62 104 50 41 30
Binary 1010010 1000100 101001 0 10001 110010 1000100 101000 100001 11000

Color Harmonies of #524429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524429

Black with #524429

Text Example


Text Example

White with #524429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524429; }

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

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

background-color css

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

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

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

border-color css

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

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

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