Html Css Color HEX #48423E Space Shuttle

📋 copy color: '#48423E'

red 72 ◦ green 66 ◦ blue 62

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

Shades of Space Shuttle #48423E

Tints of Space Shuttle #48423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31%

R = 36%
G = 33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48423E (or 0x48423E) is known color: Space Shuttle. HEX triplet: 48, 42 and 3E. RGB value is (72,66,62). Sum of RGB (Red+Green+Blue) = 72+66+62=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #48423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423E is #B7BDC1. Grayscale: #434343. Windows color (decimal): -12041666 or 4080200. OLE color: 4080200.

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

Color convert

RGB 72 66 62 -
CMYK 0 0.08 0.14 0.72
HSL 24º 0.07% 0.26% -
HSV(B) 24º 0.14% 0.28% -
XYZ 5.49 5.62 5.35 -
YUV 67.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 72 66 62 0 0.08 0.14 0.72 24 0.07 0.26
Hex 48 42 3E 0 8 E 48 18 7 1A
Octal 110 102 76 0 10 16 110 30 7 32
Binary 1001000 1000010 111110 0 1000 1110 1001000 11000 111 11010

Color Harmonies of #48423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48423E

Black with #48423E

Text Example


Text Example

White with #48423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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