Html Css Color HEX #48413C Space Shuttle

📋 copy color: '#48413C'

red 72 ◦ green 65 ◦ blue 60

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

Shades of Space Shuttle #48413C

Tints of Space Shuttle #48413C

RGB

 RED value IS 72 (28.52% from 255) = 36.55%

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

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 36.55%
G = 32.99%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48413C (or 0x48413C) is known color: Space Shuttle. HEX triplet: 48, 41 and 3C. RGB value is (72,65,60). Sum of RGB (Red+Green+Blue) = 72+65+60=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #48413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413C is #B7BEC3. Grayscale: #424242. Windows color (decimal): -12041924 or 3948872. OLE color: 3948872.

HSL color Cylindrical-coordinate representation of color #48413C: hue angle of 25º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #48413C is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 60 -
CMYK 0 0.10 0.17 0.72
HSL 25º 0.09% 0.26% -
HSV(B) 25º 0.17% 0.28% -
XYZ 5.38 5.48 5.05 -
YUV 66.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 72 65 60 0 0.10 0.17 0.72 25 0.09 0.26
Hex 48 41 3C 0 A 11 48 19 9 1A
Octal 110 101 74 0 12 21 110 31 11 32
Binary 1001000 1000001 111100 0 1010 10001 1001000 11001 1001 11010

Color Harmonies of #48413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48413C

Black with #48413C

Text Example


Text Example

White with #48413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48413C; }

 p { color: rgb(72,65,60); }

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

background-color css

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

 a { background-color: rgb(72,65,60); }

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

border-color css

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

 span { border-color: rgb(72,65,60); }

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