Html Css Color HEX #413E3A Space Shuttle

📋 copy color: '#413E3A'

red 65 ◦ green 62 ◦ blue 58

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

Shades of Space Shuttle #413E3A

Tints of Space Shuttle #413E3A

RGB

 RED value IS 65 (25.78% from 255) = 35.14%

 GREEN value IS 62 (24.61% from 255) = 33.51%

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

R = 35.14%
G = 33.51%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#413E3A (or 0x413E3A) is known color: Space Shuttle. HEX triplet: 41, 3E and 3A. RGB value is (65,62,58). Sum of RGB (Red+Green+Blue) = 65+62+58=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 65 - color contains mainly: red. Hex color #413E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E3A is #BEC1C5. Grayscale: #3E3E3E. Windows color (decimal): -12501446 or 3817025. OLE color: 3817025.

HSL color Cylindrical-coordinate representation of color #413E3A: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #413E3A is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 62 58 -
CMYK 0 0.05 0.11 0.75
HSL 34.29º 0.06% 0.24% -
HSV(B) 34.29º 0.11% 0.25% -
XYZ 4.67 4.87 4.7 -
YUV 62.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 65 62 58 0 0.05 0.11 0.75 34.29 0.06 0.24
Hex 41 3E 3A 0 5 B 4B 22 6 18
Octal 101 76 72 0 5 13 113 42 6 30
Binary 1000001 111110 111010 0 101 1011 1001011 100010 110 11000

Color Harmonies of #413E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E3A

Black with #413E3A

Text Example


Text Example

White with #413E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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