Html Css Color HEX #484139 Space Shuttle

📋 copy color: '#484139'

red 72 ◦ green 65 ◦ blue 57

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

Shades of Space Shuttle #484139

Tints of Space Shuttle #484139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.38%

R = 37.11%
G = 33.51%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#484139 (or 0x484139) is known color: Space Shuttle. HEX triplet: 48, 41 and 39. RGB value is (72,65,57). Sum of RGB (Red+Green+Blue) = 72+65+57=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #484139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484139 is #B7BEC6. Grayscale: #424242. Windows color (decimal): -12041927 or 3752264. OLE color: 3752264.

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

Color convert

RGB 72 65 57 -
CMYK 0 0.10 0.21 0.72
HSL 32º 0.12% 0.25% -
HSV(B) 32º 0.21% 0.28% -
XYZ 5.3 5.45 4.64 -
YUV 66.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 72 65 57 0 0.10 0.21 0.72 32 0.12 0.25
Hex 48 41 39 0 A 15 48 20 C 19
Octal 110 101 71 0 12 25 110 40 14 31
Binary 1001000 1000001 111001 0 1010 10101 1001000 100000 1100 11001

Color Harmonies of #484139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484139

Black with #484139

Text Example


Text Example

White with #484139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484139; }

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

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

background-color css

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

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

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

border-color css

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

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

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