Html Css Color HEX #524432 Deep Bronze

📋 copy color: '#524432'

red 82 ◦ green 68 ◦ blue 50

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

Shades of Deep Bronze #524432

Tints of Deep Bronze #524432

RGB

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

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

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

R = 41%
G = 34%
B = 25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#524432 (or 0x524432) is known color: Deep Bronze. HEX triplet: 52, 44 and 32. RGB value is (82,68,50). Sum of RGB (Red+Green+Blue) = 82+68+50=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #524432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524432 is #ADBBCD. Grayscale: #464646. Windows color (decimal): -11385806 or 3294290. OLE color: 3294290.

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

Color convert

RGB 82 68 50 -
CMYK 0 0.17 0.39 0.68
HSL 33.75º 0.24% 0.26% -
HSV(B) 33.75º 0.39% 0.32% -
XYZ 6.12 6.16 3.88 -
YUV 70.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 82 68 50 0 0.17 0.39 0.68 33.75 0.24 0.26
Hex 52 44 32 0 11 27 44 22 18 1A
Octal 122 104 62 0 21 47 104 42 30 32
Binary 1010010 1000100 110010 0 10001 100111 1000100 100010 11000 11010

Color Harmonies of #524432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524432

Black with #524432

Text Example


Text Example

White with #524432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524432; }

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

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

background-color css

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

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

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

border-color css

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

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

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