Html Css Color HEX #48403A Space Shuttle

📋 copy color: '#48403A'

red 72 ◦ green 64 ◦ blue 58

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

Shades of Space Shuttle #48403A

Tints of Space Shuttle #48403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

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

R = 37.11%
G = 32.99%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48403A (or 0x48403A) is known color: Space Shuttle. HEX triplet: 48, 40 and 3A. RGB value is (72,64,58). Sum of RGB (Red+Green+Blue) = 72+64+58=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #48403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48403A is #B7BFC5. Grayscale: #414141. Windows color (decimal): -12042182 or 3817544. OLE color: 3817544.

HSL color Cylindrical-coordinate representation of color #48403A: hue angle of 25.71º 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 #48403A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 58 -
CMYK 0 0.11 0.19 0.72
HSL 25.71º 0.11% 0.25% -
HSV(B) 25.71º 0.19% 0.28% -
XYZ 5.27 5.35 4.76 -
YUV 65.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 72 64 58 0 0.11 0.19 0.72 25.71 0.11 0.25
Hex 48 40 3A 0 B 13 48 1A B 19
Octal 110 100 72 0 13 23 110 32 13 31
Binary 1001000 1000000 111010 0 1011 10011 1001000 11010 1011 11001

Color Harmonies of #48403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48403A

Black with #48403A

Text Example


Text Example

White with #48403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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