Html Css Color HEX #484138 Space Shuttle

📋 copy color: '#484138'

red 72 ◦ green 65 ◦ blue 56

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

Shades of Space Shuttle #484138

Tints of Space Shuttle #484138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 56 (22.27% from 255) = 29.02%

R = 37.31%
G = 33.68%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#484138 (or 0x484138) is known color: Space Shuttle. HEX triplet: 48, 41 and 38. RGB value is (72,65,56). Sum of RGB (Red+Green+Blue) = 72+65+56=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #484138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484138 is #B7BEC7. Grayscale: #424242. Windows color (decimal): -12041928 or 3686728. OLE color: 3686728.

HSL color Cylindrical-coordinate representation of color #484138: hue angle of 33.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #484138 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 56 -
CMYK 0 0.10 0.22 0.72
HSL 33.75º 0.13% 0.25% -
HSV(B) 33.75º 0.22% 0.28% -
XYZ 5.28 5.44 4.51 -
YUV 66.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 72 65 56 0 0.10 0.22 0.72 33.75 0.13 0.25
Hex 48 41 38 0 A 16 48 22 C 19
Octal 110 101 70 0 12 26 110 42 14 31
Binary 1001000 1000001 111000 0 1010 10110 1001000 100010 1100 11001

Color Harmonies of #484138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484138

Black with #484138

Text Example


Text Example

White with #484138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484138; }

 p { color: rgb(72,65,56); }

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

background-color css

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

 a { background-color: rgb(72,65,56); }

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

border-color css

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

 span { border-color: rgb(72,65,56); }

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