Html Css Color HEX #50503F Thunder

📋 copy color: '#50503F'

red 80 ◦ green 80 ◦ blue 63

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

Shades of Thunder #50503F

Tints of Thunder #50503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 63 (25% from 255) = 28.25%

R = 35.87%
G = 35.87%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50503F (or 0x50503F) is known color: Thunder. HEX triplet: 50, 50 and 3F. RGB value is (80,80,63). Sum of RGB (Red+Green+Blue) = 80+80+63=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50503F is #AFAFC0. Grayscale: #4E4E4E. Windows color (decimal): -11513793 or 4149328. OLE color: 4149328.

HSL color Cylindrical-coordinate representation of color #50503F: hue angle of 60º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50503F is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 63 -
CMYK 0 0 0.21 0.69
HSL 60º 0.12% 0.28% -
HSV(B) 60º 0.21% 0.31% -
XYZ 7.07 7.8 5.84 -
YUV 78.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 80 80 63 0 0 0.21 0.69 60 0.12 0.28
Hex 50 50 3F 0 0 15 45 3C C 1C
Octal 120 120 77 0 0 25 105 74 14 34
Binary 1010000 1010000 111111 0 0 10101 1000101 111100 1100 11100

Color Harmonies of #50503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50503F

Black with #50503F

Text Example


Text Example

White with #50503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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