Html Css Color HEX #48423A Space Shuttle

📋 copy color: '#48423A'

red 72 ◦ green 66 ◦ blue 58

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

Shades of Space Shuttle #48423A

Tints of Space Shuttle #48423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

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

R = 36.73%
G = 33.67%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48423A (or 0x48423A) is known color: Space Shuttle. HEX triplet: 48, 42 and 3A. RGB value is (72,66,58). Sum of RGB (Red+Green+Blue) = 72+66+58=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #48423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423A is #B7BDC5. Grayscale: #424242. Windows color (decimal): -12041670 or 3818056. OLE color: 3818056.

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

Color convert

RGB 72 66 58 -
CMYK 0 0.08 0.19 0.72
HSL 34.29º 0.11% 0.25% -
HSV(B) 34.29º 0.19% 0.28% -
XYZ 5.38 5.58 4.8 -
YUV 66.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 72 66 58 0 0.08 0.19 0.72 34.29 0.11 0.25
Hex 48 42 3A 0 8 13 48 22 B 19
Octal 110 102 72 0 10 23 110 42 13 31
Binary 1001000 1000010 111010 0 1000 10011 1001000 100010 1011 11001

Color Harmonies of #48423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48423A

Black with #48423A

Text Example


Text Example

White with #48423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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