Html Css Color HEX #47413A Space Shuttle

📋 copy color: '#47413A'

red 71 ◦ green 65 ◦ blue 58

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

Shades of Space Shuttle #47413A

Tints of Space Shuttle #47413A

RGB

 RED value IS 71 (28.13% from 255) = 36.6%

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

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

R = 36.6%
G = 33.51%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47413A (or 0x47413A) is known color: Space Shuttle. HEX triplet: 47, 41 and 3A. RGB value is (71,65,58). Sum of RGB (Red+Green+Blue) = 71+65+58=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #47413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47413A is #B8BEC5. Grayscale: #424242. Windows color (decimal): -12107462 or 3817799. OLE color: 3817799.

HSL color Cylindrical-coordinate representation of color #47413A: hue angle of 32.31º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47413A is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 65 58 -
CMYK 0 0.08 0.18 0.72
HSL 32.31º 0.1% 0.25% -
HSV(B) 32.31º 0.18% 0.28% -
XYZ 5.25 5.43 4.77 -
YUV 66 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 71 65 58 0 0.08 0.18 0.72 32.31 0.1 0.25
Hex 47 41 3A 0 8 12 48 20 A 19
Octal 107 101 72 0 10 22 110 40 12 31
Binary 1000111 1000001 111010 0 1000 10010 1001000 100000 1010 11001

Color Harmonies of #47413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47413A

Black with #47413A

Text Example


Text Example

White with #47413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,65,58); }

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

background-color css

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

 a { background-color: rgb(71,65,58); }

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

border-color css

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

 span { border-color: rgb(71,65,58); }

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