Html Css Color HEX #49443A Space Shuttle

📋 copy color: '#49443A'

red 73 ◦ green 68 ◦ blue 58

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

Shades of Space Shuttle #49443A

Tints of Space Shuttle #49443A

RGB

 RED value IS 73 (28.91% from 255) = 36.68%

 GREEN value IS 68 (26.95% from 255) = 34.17%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 36.68%
G = 34.17%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49443A (or 0x49443A) is known color: Space Shuttle. HEX triplet: 49, 44 and 3A. RGB value is (73,68,58). Sum of RGB (Red+Green+Blue) = 73+68+58=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #49443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49443A is #B6BBC5. Grayscale: #444444. Windows color (decimal): -11975622 or 3818569. OLE color: 3818569.

HSL color Cylindrical-coordinate representation of color #49443A: hue angle of 40º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #49443A is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 58 -
CMYK 0 0.07 0.21 0.71
HSL 40º 0.11% 0.26% -
HSV(B) 40º 0.21% 0.29% -
XYZ 5.58 5.86 4.84 -
YUV 68.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 73 68 58 0 0.07 0.21 0.71 40 0.11 0.26
Hex 49 44 3A 0 7 15 47 28 B 1A
Octal 111 104 72 0 7 25 107 50 13 32
Binary 1001001 1000100 111010 0 111 10101 1000111 101000 1011 11010

Color Harmonies of #49443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49443A

Black with #49443A

Text Example


Text Example

White with #49443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49443A; }

 p { color: rgb(73,68,58); }

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

background-color css

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

 a { background-color: rgb(73,68,58); }

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

border-color css

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

 span { border-color: rgb(73,68,58); }

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