Html Css Color HEX #48443D Space Shuttle

📋 copy color: '#48443D'

red 72 ◦ green 68 ◦ blue 61

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

Shades of Space Shuttle #48443D

Tints of Space Shuttle #48443D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 35.82%
G = 33.83%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48443D (or 0x48443D) is known color: Space Shuttle. HEX triplet: 48, 44 and 3D. RGB value is (72,68,61). Sum of RGB (Red+Green+Blue) = 72+68+61=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48443D is #B7BBC2. Grayscale: #444444. Windows color (decimal): -12041155 or 4015176. OLE color: 4015176.

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

Color convert

RGB 72 68 61 -
CMYK 0 0.06 0.15 0.72
HSL 38.18º 0.08% 0.26% -
HSV(B) 38.18º 0.15% 0.28% -
XYZ 5.58 5.85 5.25 -
YUV 68.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 72 68 61 0 0.06 0.15 0.72 38.18 0.08 0.26
Hex 48 44 3D 0 6 F 48 26 8 1A
Octal 110 104 75 0 6 17 110 46 10 32
Binary 1001000 1000100 111101 0 110 1111 1001000 100110 1000 11010

Color Harmonies of #48443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48443D

Black with #48443D

Text Example


Text Example

White with #48443D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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