Html Css Color HEX #48443F Space Shuttle

📋 copy color: '#48443F'

red 72 ◦ green 68 ◦ blue 63

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

Shades of Space Shuttle #48443F

Tints of Space Shuttle #48443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 35.47%
G = 33.5%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48443F (or 0x48443F) is known color: Space Shuttle. HEX triplet: 48, 44 and 3F. RGB value is (72,68,63). Sum of RGB (Red+Green+Blue) = 72+68+63=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #48443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48443F is #B7BBC0. Grayscale: #444444. Windows color (decimal): -12041153 or 4146248. OLE color: 4146248.

HSL color Cylindrical-coordinate representation of color #48443F: hue angle of 33.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48443F is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 63 -
CMYK 0 0.06 0.12 0.72
HSL 33.33º 0.07% 0.26% -
HSV(B) 33.33º 0.13% 0.28% -
XYZ 5.64 5.87 5.54 -
YUV 68.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 72 68 63 0 0.06 0.12 0.72 33.33 0.07 0.26
Hex 48 44 3F 0 6 C 48 21 7 1A
Octal 110 104 77 0 6 14 110 41 7 32
Binary 1001000 1000100 111111 0 110 1100 1001000 100001 111 11010

Color Harmonies of #48443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48443F

Black with #48443F

Text Example


Text Example

White with #48443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48443F; }

 p { color: rgb(72,68,63); }

 H1.HeaderClassName
 {
   color: #48443F;
 }
 .AnyTagClassName
 {
   color: #48443F;
 }
</style>

background-color css

<style>
 a { background-color: #48443F; }

 a { background-color: rgb(72,68,63); }

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

border-color css

<style>
 span { border-color: #48443F; }

 span { border-color: rgb(72,68,63); }

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