Html Css Color HEX #524132 Deep Bronze

📋 copy color: '#524132'

red 82 ◦ green 65 ◦ blue 50

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

Shades of Deep Bronze #524132

Tints of Deep Bronze #524132

RGB

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

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

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

R = 41.62%
G = 32.99%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#524132 (or 0x524132) is known color: Deep Bronze. HEX triplet: 52, 41 and 32. RGB value is (82,65,50). Sum of RGB (Red+Green+Blue) = 82+65+50=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #524132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524132 is #ADBECD. Grayscale: #444444. Windows color (decimal): -11386574 or 3293522. OLE color: 3293522.

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

Color convert

RGB 82 65 50 -
CMYK 0 0.21 0.39 0.68
HSL 28.13º 0.24% 0.26% -
HSV(B) 28.13º 0.39% 0.32% -
XYZ 5.95 5.8 3.82 -
YUV 68.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 82 65 50 0 0.21 0.39 0.68 28.13 0.24 0.26
Hex 52 41 32 0 15 27 44 1C 18 1A
Octal 122 101 62 0 25 47 104 34 30 32
Binary 1010010 1000001 110010 0 10101 100111 1000100 11100 11000 11010

Color Harmonies of #524132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524132

Black with #524132

Text Example


Text Example

White with #524132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524132; }

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

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

background-color css

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

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

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

border-color css

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

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

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