Html Css Color HEX #48443C Space Shuttle

📋 copy color: '#48443C'

red 72 ◦ green 68 ◦ blue 60

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

Shades of Space Shuttle #48443C

Tints of Space Shuttle #48443C

RGB

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

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

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

R = 36%
G = 34%
B = 30%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48443C (or 0x48443C) is known color: Space Shuttle. HEX triplet: 48, 44 and 3C. RGB value is (72,68,60). Sum of RGB (Red+Green+Blue) = 72+68+60=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #48443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48443C is #B7BBC3. Grayscale: #444444. Windows color (decimal): -12041156 or 3949640. OLE color: 3949640.

HSL color Cylindrical-coordinate representation of color #48443C: hue angle of 40º 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 #48443C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 60 -
CMYK 0 0.06 0.17 0.72
HSL 40º 0.09% 0.26% -
HSV(B) 40º 0.17% 0.28% -
XYZ 5.56 5.84 5.11 -
YUV 68.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 72 68 60 0 0.06 0.17 0.72 40 0.09 0.26
Hex 48 44 3C 0 6 11 48 28 9 1A
Octal 110 104 74 0 6 21 110 50 11 32
Binary 1001000 1000100 111100 0 110 10001 1001000 101000 1001 11010

Color Harmonies of #48443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48443C

Black with #48443C

Text Example


Text Example

White with #48443C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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