Html Css Color HEX #494135 Space Shuttle

📋 copy color: '#494135'

red 73 ◦ green 65 ◦ blue 53

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

Shades of Space Shuttle #494135

Tints of Space Shuttle #494135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 53 (21.09% from 255) = 27.75%

R = 38.22%
G = 34.03%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#494135 (or 0x494135) is known color: Space Shuttle. HEX triplet: 49, 41 and 35. RGB value is (73,65,53). Sum of RGB (Red+Green+Blue) = 73+65+53=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #494135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494135 is #B6BECA. Grayscale: #424242. Windows color (decimal): -11976395 or 3490121. OLE color: 3490121.

HSL color Cylindrical-coordinate representation of color #494135: hue angle of 36º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #494135 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 53 -
CMYK 0 0.11 0.27 0.71
HSL 36º 0.16% 0.25% -
HSV(B) 36º 0.27% 0.29% -
XYZ 5.28 5.45 4.14 -
YUV 66.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 73 65 53 0 0.11 0.27 0.71 36 0.16 0.25
Hex 49 41 35 0 B 1B 47 24 10 19
Octal 111 101 65 0 13 33 107 44 20 31
Binary 1001001 1000001 110101 0 1011 11011 1000111 100100 10000 11001

Color Harmonies of #494135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494135

Black with #494135

Text Example


Text Example

White with #494135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494135; }

 p { color: rgb(73,65,53); }

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

background-color css

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

 a { background-color: rgb(73,65,53); }

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

border-color css

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

 span { border-color: rgb(73,65,53); }

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