Html Css Color HEX #514537 Space Shuttle

📋 copy color: '#514537'

red 81 ◦ green 69 ◦ blue 55

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

Shades of Space Shuttle #514537

Tints of Space Shuttle #514537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 55 (21.88% from 255) = 26.83%

R = 39.51%
G = 33.66%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#514537 (or 0x514537) is known color: Space Shuttle. HEX triplet: 51, 45 and 37. RGB value is (81,69,55). Sum of RGB (Red+Green+Blue) = 81+69+55=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #514537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514537 is #AEBAC8. Grayscale: #474747. Windows color (decimal): -11451081 or 3622225. OLE color: 3622225.

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

Color convert

RGB 81 69 55 -
CMYK 0 0.15 0.32 0.68
HSL 32.31º 0.19% 0.27% -
HSV(B) 32.31º 0.32% 0.32% -
XYZ 6.21 6.28 4.5 -
YUV 70.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 81 69 55 0 0.15 0.32 0.68 32.31 0.19 0.27
Hex 51 45 37 0 F 20 44 20 13 1B
Octal 121 105 67 0 17 40 104 40 23 33
Binary 1010001 1000101 110111 0 1111 100000 1000100 100000 10011 11011

Color Harmonies of #514537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514537

Black with #514537

Text Example


Text Example

White with #514537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514537; }

 p { color: rgb(81,69,55); }

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

background-color css

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

 a { background-color: rgb(81,69,55); }

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

border-color css

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

 span { border-color: rgb(81,69,55); }

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