Html Css Color HEX #49423D Space Shuttle

📋 copy color: '#49423D'

red 73 ◦ green 66 ◦ blue 61

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

Shades of Space Shuttle #49423D

Tints of Space Shuttle #49423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 61 (24.22% from 255) = 30.5%

R = 36.5%
G = 33%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49423D (or 0x49423D) is known color: Space Shuttle. HEX triplet: 49, 42 and 3D. RGB value is (73,66,61). Sum of RGB (Red+Green+Blue) = 73+66+61=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #49423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49423D is #B6BDC2. Grayscale: #434343. Windows color (decimal): -11976131 or 4014665. OLE color: 4014665.

HSL color Cylindrical-coordinate representation of color #49423D: hue angle of 25º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49423D is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 61 -
CMYK 0 0.10 0.16 0.71
HSL 25º 0.09% 0.26% -
HSV(B) 25º 0.16% 0.29% -
XYZ 5.54 5.65 5.21 -
YUV 67.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 73 66 61 0 0.10 0.16 0.71 25 0.09 0.26
Hex 49 42 3D 0 A 10 47 19 9 1A
Octal 111 102 75 0 12 20 107 31 11 32
Binary 1001001 1000010 111101 0 1010 10000 1000111 11001 1001 11010

Color Harmonies of #49423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49423D

Black with #49423D

Text Example


Text Example

White with #49423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49423D; }

 p { color: rgb(73,66,61); }

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

background-color css

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

 a { background-color: rgb(73,66,61); }

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

border-color css

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

 span { border-color: rgb(73,66,61); }

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