Html Css Color HEX #51463C Space Shuttle

📋 copy color: '#51463C'

red 81 ◦ green 70 ◦ blue 60

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

Shades of Space Shuttle #51463C

Tints of Space Shuttle #51463C

RGB

 RED value IS 81 (32.03% from 255) = 38.39%

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 38.39%
G = 33.18%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#51463C (or 0x51463C) is known color: Space Shuttle. HEX triplet: 51, 46 and 3C. RGB value is (81,70,60). Sum of RGB (Red+Green+Blue) = 81+70+60=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #51463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51463C is #AEB9C3. Grayscale: #484848. Windows color (decimal): -11450820 or 3950161. OLE color: 3950161.

HSL color Cylindrical-coordinate representation of color #51463C: hue angle of 28.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51463C is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 60 -
CMYK 0 0.14 0.26 0.68
HSL 28.57º 0.15% 0.28% -
HSV(B) 28.57º 0.26% 0.32% -
XYZ 6.4 6.46 5.18 -
YUV 72.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 81 70 60 0 0.14 0.26 0.68 28.57 0.15 0.28
Hex 51 46 3C 0 E 1A 44 1D F 1C
Octal 121 106 74 0 16 32 104 35 17 34
Binary 1010001 1000110 111100 0 1110 11010 1000100 11101 1111 11100

Color Harmonies of #51463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51463C

Black with #51463C

Text Example


Text Example

White with #51463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51463C; }

 p { color: rgb(81,70,60); }

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

background-color css

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

 a { background-color: rgb(81,70,60); }

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

border-color css

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

 span { border-color: rgb(81,70,60); }

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