Html Css Color HEX #49443D Space Shuttle

📋 copy color: '#49443D'

red 73 ◦ green 68 ◦ blue 61

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

Shades of Space Shuttle #49443D

Tints of Space Shuttle #49443D

RGB

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

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

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

R = 36.14%
G = 33.66%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49443D (or 0x49443D) is known color: Space Shuttle. HEX triplet: 49, 44 and 3D. RGB value is (73,68,61). Sum of RGB (Red+Green+Blue) = 73+68+61=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #49443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49443D is #B6BBC2. Grayscale: #444444. Windows color (decimal): -11975619 or 4015177. OLE color: 4015177.

HSL color Cylindrical-coordinate representation of color #49443D: hue angle of 35º 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 #49443D is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 61 -
CMYK 0 0.07 0.16 0.71
HSL 35º 0.09% 0.26% -
HSV(B) 35º 0.16% 0.29% -
XYZ 5.66 5.89 5.25 -
YUV 68.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 73 68 61 0 0.07 0.16 0.71 35 0.09 0.26
Hex 49 44 3D 0 7 10 47 23 9 1A
Octal 111 104 75 0 7 20 107 43 11 32
Binary 1001001 1000100 111101 0 111 10000 1000111 100011 1001 11010

Color Harmonies of #49443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49443D

Black with #49443D

Text Example


Text Example

White with #49443D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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