Html Css Color HEX #503F28 Deep Bronze

📋 copy color: '#503F28'

red 80 ◦ green 63 ◦ blue 40

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

Shades of Deep Bronze #503F28

Tints of Deep Bronze #503F28

RGB

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

 GREEN value IS 63 (25% from 255) = 34.43%

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

R = 43.72%
G = 34.43%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#503F28 (or 0x503F28) is known color: Deep Bronze. HEX triplet: 50, 3F and 28. RGB value is (80,63,40). Sum of RGB (Red+Green+Blue) = 80+63+40=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F28 is #AFC0D7. Grayscale: #414141. Windows color (decimal): -11518168 or 2637648. OLE color: 2637648.

HSL color Cylindrical-coordinate representation of color #503F28: hue angle of 34.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 #503F28 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 63 40 -
CMYK 0 0.21 0.5 0.69
HSL 34.5º 0.33% 0.24% -
HSV(B) 34.5º 0.5% 0.31% -
XYZ 5.47 5.41 2.76 -
YUV 65.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 80 63 40 0 0.21 0.5 0.69 34.5 0.33 0.24
Hex 50 3F 28 0 15 32 45 22 21 18
Octal 120 77 50 0 25 62 105 42 41 30
Binary 1010000 111111 101000 0 10101 110010 1000101 100010 100001 11000

Color Harmonies of #503F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F28

Black with #503F28

Text Example


Text Example

White with #503F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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