Html Css Color HEX #403F3E Space Shuttle

📋 copy color: '#403F3E'

red 64 ◦ green 63 ◦ blue 62

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

Shades of Space Shuttle #403F3E

Tints of Space Shuttle #403F3E

RGB

 RED value IS 64 (25.39% from 255) = 33.86%

 GREEN value IS 63 (25% from 255) = 33.33%

 BLUE value IS 62 (24.61% from 255) = 32.8%

R = 33.86%
G = 33.33%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#403F3E (or 0x403F3E) is known color: Space Shuttle. HEX triplet: 40, 3F and 3E. RGB value is (64,63,62). Sum of RGB (Red+Green+Blue) = 64+63+62=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 64 - color contains mainly: red. Hex color #403F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F3E is #BFC0C1. Grayscale: #3F3F3F. Windows color (decimal): -12566722 or 4079424. OLE color: 4079424.

HSL color Cylindrical-coordinate representation of color #403F3E: hue angle of 30º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #403F3E is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 63 62 -
CMYK 0 0.02 0.03 0.75
HSL 30º 0.02% 0.25% -
HSV(B) 30º 0.03% 0.25% -
XYZ 4.76 4.99 5.27 -
YUV 63.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 64 63 62 0 0.02 0.03 0.75 30 0.02 0.25
Hex 40 3F 3E 0 2 3 4B 1E 2 19
Octal 100 77 76 0 2 3 113 36 2 31
Binary 1000000 111111 111110 0 10 11 1001011 11110 10 11001

Color Harmonies of #403F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F3E

Black with #403F3E

Text Example


Text Example

White with #403F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403F3E; }

 p { color: rgb(64,63,62); }

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

background-color css

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

 a { background-color: rgb(64,63,62); }

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

border-color css

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

 span { border-color: rgb(64,63,62); }

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