Html Css Color HEX #504841 Space Shuttle

📋 copy color: '#504841'

red 80 ◦ green 72 ◦ blue 65

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

Shades of Space Shuttle #504841

Tints of Space Shuttle #504841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 36.87%
G = 33.18%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#504841 (or 0x504841) is known color: Space Shuttle. HEX triplet: 50, 48 and 41. RGB value is (80,72,65). Sum of RGB (Red+Green+Blue) = 80+72+65=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504841 is #AFB7BE. Grayscale: #494949. Windows color (decimal): -11515839 or 4278352. OLE color: 4278352.

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

Color convert

RGB 80 72 65 -
CMYK 0 0.10 0.19 0.69
HSL 28º 0.1% 0.28% -
HSV(B) 28º 0.19% 0.31% -
XYZ 6.58 6.72 5.95 -
YUV 73.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 80 72 65 0 0.10 0.19 0.69 28 0.1 0.28
Hex 50 48 41 0 A 13 45 1C A 1C
Octal 120 110 101 0 12 23 105 34 12 34
Binary 1010000 1001000 1000001 0 1010 10011 1000101 11100 1010 11100

Color Harmonies of #504841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504841

Black with #504841

Text Example


Text Example

White with #504841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504841; }

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

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

background-color css

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

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

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

border-color css

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

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

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