Html Css Color HEX #504132 Deep Bronze

📋 copy color: '#504132'

red 80 ◦ green 65 ◦ blue 50

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

Shades of Deep Bronze #504132

Tints of Deep Bronze #504132

RGB

 RED value IS 80 (31.64% from 255) = 41.03%

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

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

R = 41.03%
G = 33.33%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#504132 (or 0x504132) is known color: Deep Bronze. HEX triplet: 50, 41 and 32. RGB value is (80,65,50). Sum of RGB (Red+Green+Blue) = 80+65+50=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #504132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504132 is #AFBECD. Grayscale: #434343. Windows color (decimal): -11517646 or 3293520. OLE color: 3293520.

HSL color Cylindrical-coordinate representation of color #504132: hue angle of 30º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504132 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 65 50 -
CMYK 0 0.19 0.37 0.69
HSL 30º 0.23% 0.25% -
HSV(B) 30º 0.38% 0.31% -
XYZ 5.77 5.72 3.82 -
YUV 67.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 80 65 50 0 0.19 0.37 0.69 30 0.23 0.25
Hex 50 41 32 0 13 25 45 1E 17 19
Octal 120 101 62 0 23 45 105 36 27 31
Binary 1010000 1000001 110010 0 10011 100101 1000101 11110 10111 11001

Color Harmonies of #504132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504132

Black with #504132

Text Example


Text Example

White with #504132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504132; }

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

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

background-color css

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

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

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

border-color css

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

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

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