Html Css Color HEX #48413A Space Shuttle

📋 copy color: '#48413A'

red 72 ◦ green 65 ◦ blue 58

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

Shades of Space Shuttle #48413A

Tints of Space Shuttle #48413A

RGB

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

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

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

R = 36.92%
G = 33.33%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48413A (or 0x48413A) is known color: Space Shuttle. HEX triplet: 48, 41 and 3A. RGB value is (72,65,58). Sum of RGB (Red+Green+Blue) = 72+65+58=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #48413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413A is #B7BEC5. Grayscale: #424242. Windows color (decimal): -12041926 or 3817800. OLE color: 3817800.

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

Color convert

RGB 72 65 58 -
CMYK 0 0.10 0.19 0.72
HSL 30º 0.11% 0.25% -
HSV(B) 30º 0.19% 0.28% -
XYZ 5.33 5.46 4.78 -
YUV 66.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 72 65 58 0 0.10 0.19 0.72 30 0.11 0.25
Hex 48 41 3A 0 A 13 48 1E B 19
Octal 110 101 72 0 12 23 110 36 13 31
Binary 1001000 1000001 111010 0 1010 10011 1001000 11110 1011 11001

Color Harmonies of #48413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48413A

Black with #48413A

Text Example


Text Example

White with #48413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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