Html Css Color HEX #49443E Space Shuttle

📋 copy color: '#49443E'

red 73 ◦ green 68 ◦ blue 62

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

Shades of Space Shuttle #49443E

Tints of Space Shuttle #49443E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 35.96%
G = 33.5%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49443E (or 0x49443E) is known color: Space Shuttle. HEX triplet: 49, 44 and 3E. RGB value is (73,68,62). Sum of RGB (Red+Green+Blue) = 73+68+62=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #49443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49443E is #B6BBC1. Grayscale: #444444. Windows color (decimal): -11975618 or 4080713. OLE color: 4080713.

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

Color convert

RGB 73 68 62 -
CMYK 0 0.07 0.15 0.71
HSL 32.73º 0.08% 0.26% -
HSV(B) 32.73º 0.15% 0.29% -
XYZ 5.68 5.9 5.4 -
YUV 68.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 73 68 62 0 0.07 0.15 0.71 32.73 0.08 0.26
Hex 49 44 3E 0 7 F 47 21 8 1A
Octal 111 104 76 0 7 17 107 41 10 32
Binary 1001001 1000100 111110 0 111 1111 1000111 100001 1000 11010

Color Harmonies of #49443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49443E

Black with #49443E

Text Example


Text Example

White with #49443E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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