Html Css Color HEX #504128 Deep Bronze

📋 copy color: '#504128'

red 80 ◦ green 65 ◦ blue 40

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

Shades of Deep Bronze #504128

Tints of Deep Bronze #504128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 43.24%
G = 35.14%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#504128 (or 0x504128) is known color: Deep Bronze. HEX triplet: 50, 41 and 28. RGB value is (80,65,40). Sum of RGB (Red+Green+Blue) = 80+65+40=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504128 is #AFBED7. Grayscale: #424242. Windows color (decimal): -11517656 or 2638160. OLE color: 2638160.

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

Color convert

RGB 80 65 40 -
CMYK 0 0.19 0.5 0.69
HSL 37.5º 0.33% 0.24% -
HSV(B) 37.5º 0.5% 0.31% -
XYZ 5.58 5.64 2.8 -
YUV 66.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 80 65 40 0 0.19 0.5 0.69 37.5 0.33 0.24
Hex 50 41 28 0 13 32 45 26 21 18
Octal 120 101 50 0 23 62 105 46 41 30
Binary 1010000 1000001 101000 0 10011 110010 1000101 100110 100001 11000

Color Harmonies of #504128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504128

Black with #504128

Text Example


Text Example

White with #504128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504128; }

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

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

background-color css

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

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

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

border-color css

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

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

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