Html Css Color HEX #484135 Space Shuttle

📋 copy color: '#484135'

red 72 ◦ green 65 ◦ blue 53

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

Shades of Space Shuttle #484135

Tints of Space Shuttle #484135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.89%

R = 37.89%
G = 34.21%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#484135 (or 0x484135) is known color: Space Shuttle. HEX triplet: 48, 41 and 35. RGB value is (72,65,53). Sum of RGB (Red+Green+Blue) = 72+65+53=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #484135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484135 is #B7BECA. Grayscale: #414141. Windows color (decimal): -12041931 or 3490120. OLE color: 3490120.

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

Color convert

RGB 72 65 53 -
CMYK 0 0.10 0.26 0.72
HSL 37.89º 0.15% 0.25% -
HSV(B) 37.89º 0.26% 0.28% -
XYZ 5.21 5.42 4.14 -
YUV 65.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 72 65 53 0 0.10 0.26 0.72 37.89 0.15 0.25
Hex 48 41 35 0 A 1A 48 26 F 19
Octal 110 101 65 0 12 32 110 46 17 31
Binary 1001000 1000001 110101 0 1010 11010 1001000 100110 1111 11001

Color Harmonies of #484135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484135

Black with #484135

Text Example


Text Example

White with #484135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484135; }

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

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

background-color css

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

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

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

border-color css

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

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

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