Html Css Color HEX #413D37 Space Shuttle

📋 copy color: '#413D37'

red 65 ◦ green 61 ◦ blue 55

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

Shades of Space Shuttle #413D37

Tints of Space Shuttle #413D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.7%

 BLUE value IS 55 (21.88% from 255) = 30.39%

R = 35.91%
G = 33.7%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#413D37 (or 0x413D37) is known color: Space Shuttle. HEX triplet: 41, 3D and 37. RGB value is (65,61,55). Sum of RGB (Red+Green+Blue) = 65+61+55=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #413D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D37 is #BEC2C8. Grayscale: #3D3D3D. Windows color (decimal): -12501705 or 3620161. OLE color: 3620161.

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

Color convert

RGB 65 61 55 -
CMYK 0 0.06 0.15 0.75
HSL 36º 0.08% 0.24% -
HSV(B) 36º 0.15% 0.25% -
XYZ 4.54 4.74 4.29 -
YUV 61.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 65 61 55 0 0.06 0.15 0.75 36 0.08 0.24
Hex 41 3D 37 0 6 F 4B 24 8 18
Octal 101 75 67 0 6 17 113 44 10 30
Binary 1000001 111101 110111 0 110 1111 1001011 100100 1000 11000

Color Harmonies of #413D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D37

Black with #413D37

Text Example


Text Example

White with #413D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,55); }

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

background-color css

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

 a { background-color: rgb(65,61,55); }

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

border-color css

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

 span { border-color: rgb(65,61,55); }

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