Html Css Color HEX #504127 Deep Bronze

📋 copy color: '#504127'

red 80 ◦ green 65 ◦ blue 39

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

Shades of Deep Bronze #504127

Tints of Deep Bronze #504127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 43.48%
G = 35.33%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#504127 (or 0x504127) is known color: Deep Bronze. HEX triplet: 50, 41 and 27. RGB value is (80,65,39). Sum of RGB (Red+Green+Blue) = 80+65+39=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504127 is #AFBED8. Grayscale: #424242. Windows color (decimal): -11517657 or 2572624. OLE color: 2572624.

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

Color convert

RGB 80 65 39 -
CMYK 0 0.19 0.51 0.69
HSL 38.05º 0.34% 0.23% -
HSV(B) 38.05º 0.51% 0.31% -
XYZ 5.56 5.63 2.71 -
YUV 66.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 80 65 39 0 0.19 0.51 0.69 38.05 0.34 0.23
Hex 50 41 27 0 13 33 45 26 22 17
Octal 120 101 47 0 23 63 105 46 42 27
Binary 1010000 1000001 100111 0 10011 110011 1000101 100110 100010 10111

Color Harmonies of #504127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504127

Black with #504127

Text Example


Text Example

White with #504127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504127; }

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

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

background-color css

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

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

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

border-color css

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

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

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