Html Css Color HEX #504536 Metallic Bronze

📋 copy color: '#504536'

red 80 ◦ green 69 ◦ blue 54

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

Shades of Metallic Bronze #504536

Tints of Metallic Bronze #504536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 54 (21.48% from 255) = 26.6%

R = 39.41%
G = 33.99%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#504536 (or 0x504536) is known color: Metallic Bronze. HEX triplet: 50, 45 and 36. RGB value is (80,69,54). Sum of RGB (Red+Green+Blue) = 80+69+54=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #504536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504536 is #AFBAC9. Grayscale: #464646. Windows color (decimal): -11516618 or 3556688. OLE color: 3556688.

HSL color Cylindrical-coordinate representation of color #504536: hue angle of 34.62º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504536 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 54 -
CMYK 0 0.14 0.33 0.69
HSL 34.62º 0.19% 0.26% -
HSV(B) 34.62º 0.33% 0.31% -
XYZ 6.1 6.23 4.37 -
YUV 70.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 80 69 54 0 0.14 0.33 0.69 34.62 0.19 0.26
Hex 50 45 36 0 E 21 45 23 13 1A
Octal 120 105 66 0 16 41 105 43 23 32
Binary 1010000 1000101 110110 0 1110 100001 1000101 100011 10011 11010

Color Harmonies of #504536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504536

Black with #504536

Text Example


Text Example

White with #504536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504536; }

 p { color: rgb(80,69,54); }

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

background-color css

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

 a { background-color: rgb(80,69,54); }

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

border-color css

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

 span { border-color: rgb(80,69,54); }

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